2017-11-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / empty-source-3.c
blob8a248605ce30f906c9a7e848b2cc8ef5f83eb64f
1 /* Test diagnostic for an empty source file. Test with
2 -pedantic-errors. */
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
4 /* { dg-do compile } */
5 /* { dg-options "-pedantic-errors" } */
7 /* { dg-error "ISO C forbids an empty translation unit" "empty" { target *-*-* } . } */