1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-05 12:31:46 +00:00
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;
};