brintos

brintos / llvm-project-archived public Read only

0
0
Text · 117 B · 3202dfe Raw
5 lines · cpp
1// RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s2// expected-no-diagnostics3extern int x;4__decltype(1) x = 3;5