shithub: scc

ref: 4ee9ebc661402b87d297b15bfabf1105ba6cc598
dir: /tests/error/0001-sanity.c/

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

int main()
{
	return FOO;
}