aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend/2003-03-03-DeferredType.c
blob: b3487466188f0b167f33e39ab11bf9bea023e76f (plain)
1
2
3
4
5
6
7
8
9
10



struct foo A;

struct foo {
  int x;
double D;
};