aboutsummaryrefslogtreecommitdiff
path: root/testcases/typedef3.c
blob: 71c45d10d7be17f0fe1537bd7330acfdf33cc04a (plain) (blame)
1
2
3
4
typedef int a;
int main() {
}
int a;