brintos

brintos / llvm-project-archived public Read only

0
0
Text · 316 B · 1eb969a Raw
12 lines · c
1// RUN: %clang_cc1 -x c -verify %s2// RUN: %clang_cc1 -x c -verify %s -ffixed-point -DFIXED_POINT=13 4int _Accum;5 6#ifdef FIXED_POINT7// expected-error@4{{cannot combine with previous 'int' declaration specifier}}8// expected-warning@4{{declaration does not declare anything}}9#else10// expected-no-diagnostics11#endif12