summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.wendy/gnu11.c
blob: 8ca2fac1a40ccb5fa82633cf2c595f2c9bf946cd (plain)
1
2
3
4
5
6
7
8
/* DEJAGNU_OUTPUT:"Failed (if it compiled at all)..." */

main() {
	int s;
	
	s = sizeof main;
	printf("Failed (if it compiled at all)...\n");
}