shithub: scc

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