mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-07 05:59:42 +00:00
5a7ae8dc18
llvm-svn: 173582
12 lines
157 B
C
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
|