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