shithub: scc

ref: 5ee84680d8dea7bd1149bc57fa79a2be6228ce41
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;
}