Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
090516fe932ad4ed14b72ea27017aeb4a15cb15c
/
.
/
llvm
/
test
/
Regression
/
CodeGen
/
CBackend
/
2002-08-30-StructureOrderingTest.ll
blob: 36b9f34c9c56dc7603048f0c83a53787a63594a2 [
file
] [
log
] [
blame
]
; This testcase fails because the C backend does not arrange to output the
; contents of a structure type before it outputs the structure type itself.
%Y
=
uninitialized
global
{
{
int
}
}
%X
=
uninitialized
global
{
float
}