llvm-gcc checks the static asm variable is valid in ValidateRegisterVariable. Make...
[oota-llvm.git] / test / FrontendC / 2003-03-03-DeferredType.c
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3
4
5
6 struct foo A;
7
8 struct foo {
9   int x;
10 double D;
11 };
12