aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/c-testsuite/tests/single-exec/00112.c
blob: 7f1084e08b75cd7a6b61d79f8c8afd504638d654 (plain) (blame)
1
2
3
4
5
int
main()
{
	return "abc" == (void *)0;
}