Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
CodeGen
/
2003-03-03-DeferredType.c
blob: a7a4ce38e635549b679318137ec43e5590f86452 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
struct
foo A
;
struct
foo
{
int
x
;
double
D
;
};