shithub: scc

ref: ea588fa8a7848ccd7a048251823d72559574f6a8
dir: /tests/cc/error/0001-sanity.c/

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

int main()
{
	return FOO;
}