aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/c-testsuite/tests/single-exec/00152.c
blob: 252d026c769ea562cd45282a5c793abf69c9103c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#undef  line
#define line 1000

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

int
main()
{
	return 0;
}