mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 15:46:09 +00:00
8 lines
167 B
C
8 lines
167 B
C
/* RUN: not clang-cc %s -std=c89 -pedantic-errors
|
|
*/
|
|
|
|
/* We can't put expected-warning lines on #if lines. */
|
|
|
|
#if 1LL /* expected-warning {{long long}} */
|
|
#endif
|