llvm-capstone/clang/test/Preprocessor/disabled-cond-diags.c
Dmitri Gribenko 5a7ae8dc18 Migrate tests to -verify
llvm-svn: 173582
2013-01-26 17:11:39 +00:00

12 lines
157 B
C

// RUN: %clang_cc1 -E -verify %s
// expected-no-diagnostics
#if 0
// Shouldn't get warnings here.
??( ??)
// Should not get an error here.
` ` ` `
#endif