summaryrefslogtreecommitdiff
path: root/regress/usr.bin/pcc/ccom/mustpass0001.c
blob: 01383ca23b00a16e316e79b9bf0d75d19c84d855 (plain)
1
2
3
4
5
6
7
8
9
typedef int a;

int
main(void)
{
	struct x { int a; } a;

	return 0;
}