freebsd-dev/test/Sema/c89-2.c

6 lines
118 B
C
Raw Normal View History

2010-01-01 10:34:51 +00:00
/* RUN: %clang_cc1 %s -std=c89 -pedantic-errors -verify
2009-06-02 17:58:47 +00:00
*/
2009-10-14 18:03:49 +00:00
#if 1LL /* expected-error {{long long}} */
2009-06-02 17:58:47 +00:00
#endif