Home | History | Annotate | Download | only in Sema
      1 /* RUN: %clang_cc1 %s -std=c89 -pedantic-errors -verify
      2  */
      3 
      4 #if 1LL        /* expected-error {{long long}} */
      5 #endif
      6