blob: 14b955a6a4b3846a16826282a4749beacd3216a0 [file] [log] [blame]
Jordan Rosed73ef132012-06-06 17:25:21 +00001/* RUN: %clang_cc1 %s -std=c89 -pedantic-errors -Wno-empty-translation-unit -verify
Chris Lattner054fad52007-08-30 06:38:49 +00002 */
3
Mike Stump1eb44332009-09-09 15:08:12 +00004#if 1LL /* expected-error {{long long}} */
Chris Lattner054fad52007-08-30 06:38:49 +00005#endif