Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
3467b9fd5d0c4ebc726e96c2af96610e2d6915f9
/
.
/
test
/
Verifier
/
2008-03-01-AllocaSized.ll
blob: 51258bef76e58fd632479d36e641e1a7cc4b9ca5 [
file
] [
log
] [
blame
]
; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "Cannot allocate unsized type"
; PR2113
define
void
@test
()
{
%A
=
alloca
void
()
ret
void
}