brintos

brintos / llvm-project-archived public Read only

0
0
Text · 144 B · f54ff47 Raw
6 lines · c
1// RUN: %clang_cc1 -verify %s2 3// These must be the last lines in this test.4// expected-error@+1{{too few arguments}}5int i = __has_warning();6