blob: 97da41e412034dc5ebc10b15b1663f46296a3cf9 [file] [log] [blame]
// { dg-do compile }
automatic int bar (); // { dg-error "automatic" }
bar () {
return -12;
}