summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/empty-source-3.c
blob: 8a248605ce30f906c9a7e848b2cc8ef5f83eb64f (plain)
1
2
3
4
5
6
7
/* 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 *-*-* } . } */