shithub: scc

ref: c34552e1586a5d7069296b343444ac29c2507e66
dir: /tests/error/0001-sanity.c/

View raw version
/*
PATTERN:
0001-sanity.c:9: error: 'FOO' undeclared
.
*/

int main()
{
	return FOO;
}