aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/c-testsuite/tests/single-exec/00069.c
blob: a3ca8eaec0f9e736957b7110171aa550a9e8f8c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#if 0
X
#elif 0
X
#elif 1
int x = 0;
#endif

int
main()
{
	return x;
}