1 2 3 4 5 6
// { dg-do compile } automatic int bar (); // { dg-error "automatic" } bar () { return -12; }