shithub: scc

ref: adda8658b4dcc5aa6b0ad7be0ba7b8ef3707112c
dir: /tests/execute/0170-line.c/

View raw version
#undef  line
#define line 1000

#line line
#if 1000 != __LINE__
	#error "  # line line" not work as expected
#endif

int
main()
{
	return 0;
}