blob: 588d618955cbb0474550e53ea4778d730264be8d [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=c89 -pedantic -Wno-long-long" } */
/* { dg-message "warnings being treated as errors" "" { target *-*-* } 0 } */
int i = 0LL;
#pragma GCC diagnostic error "-Wlong-long"
int j = 1LL; /* { dg-error "long long" } */