blob: 723bd7c18d886e2016554f004c1a7cd964cec0d0 [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001/* RUN: not clang-cc %s -std=c89 -pedantic-errors
Chris Lattner054fad52007-08-30 06:38:49 +00002 */
3
4/* We can't put expected-warning lines on #if lines. */
5
6#if 1LL /* expected-warning {{long long}} */
7#endif