blob: 32efe744ca2d5563113c912157c46c5eda48c720 [file] [log] [blame]
// { dg-do compile }
external_reference void exit(int); // { dg-error "(parse|syntax) error" }
static int foo (int a);
foo
{
return a;
}