aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/c-testsuite/tests/single-exec/00107.c
blob: fb608eb7881ef4089d414cdc52ed36d67c330330 (plain) (blame)
1
2
3
4
5
6
7
8
typedef int myint;
myint x = (myint)1;

int
main(void)
{
	return x-1;
}