Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 1 | /* RUN: not clang-cc %s -std=c89 -pedantic-errors |
Chris Lattner | 054fad5 | 2007-08-30 06:38:49 +0000 | [diff] [blame] | 2 | */ |
3 | |||||
4 | /* We can't put expected-warning lines on #if lines. */ | ||||
5 | |||||
6 | #if 1LL /* expected-warning {{long long}} */ | ||||
7 | #endif |