summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2003-03-03-DeferredType.c
blob: a7a4ce38e635549b679318137ec43e5590f86452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// RUN: %clang_cc1 -emit-llvm %s  -o /dev/null




struct foo A;

struct foo {
  int x;
double D;
};