1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 15:32:52 +01:00
llvm-mirror/test/Regression/CodeGen/Generic/2005-10-18-ZeroSizeStackObject.ll

7 lines
72 B
LLVM
Raw Normal View History

2005-10-19 00:13:39 +02:00
; RUN: llvm-as < %s | llc
void %test() {
%X = alloca {}
ret void
}