llvm-6502/test/CFrontend/2003-03-03-DeferredType.c
2003-03-03 20:28:42 +00:00

11 lines
54 B
C

struct foo A;
struct foo {
int x;
double D;
};