1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

new testcase

llvm-svn: 23798
This commit is contained in:
Chris Lattner 2005-10-18 22:13:39 +00:00
parent 82258b6abb
commit 1cf142a7d4

View File

@ -0,0 +1,6 @@
; RUN: llvm-as < %s | llc
void %test() {
%X = alloca {}
ret void
}