blob: f6f6bd972090ce81b6f0e802873363a1056bd00d [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001/* RUN: %clang_cc1 %s -std=c89 -pedantic-errors -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