shithub: scc

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

View raw version
/*
PATTERN: undefined symbol FOO
*/

int main()
{
	return FOO;
}