blob: a107a1cdf816edf3751dbe50031b8e900a9d5925 (
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 source file" "empty" { target *-*-* } 1 } */
|