shithub: scc

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

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

int main()
{
	return FOO;
}