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
87 B
LLVM
Raw Normal View History

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