shithub: scc

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

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

int main()
{
	return FOO;
}