aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/c89-2.c
blob: 50c5f4e5a8400e9772e6512f6d48e4483de308a4 (plain) (blame)
1
2
3
4
5
/* RUN: clang-cc %s -std=c89 -pedantic-errors -verify
 */

#if 1LL        /* expected-error {{long long}} */
#endif