autofunc.tree   [plain text]


// { dg-do compile }
automatic int bar ();  // { dg-error "automatic" }

bar () {
	return -12;
}