Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
ab3b77834c9232e4c13acb29afe1920b97c5a20b
/
.
/
test
/
Verifier
/
2008-03-01-AllocaSized.ll
blob: eb96ced78824b89b7d2d9183563fbc16945d46e2 [
file
] [
log
] [
blame
]
Chris Lattner
ab3b778
2008-03-01 09:01:57 +0000
[
diff
] [
blame^
]
1
; RUN: not llvm-as -f %s -o /dev/null |& grep {Cannot allocate unsized type}
2
; PR2113
3
4
define
void
@test
()
{
5
%A
=
alloca
void
()
6
ret
void
7
}
8