rt_gccstream/gcc/testsuite/gcc.dg/empty-source-3.c

8 lines
287 B
C

/* Test diagnostic for an empty source file. Test with
-pedantic-errors. */
/* Origin: Joseph Myers <joseph@codesourcery.com> */
/* { dg-do compile } */
/* { dg-options "-pedantic-errors" } */
/* { dg-error "ISO C forbids an empty translation unit" "empty" { target *-*-* } 7 } */