blob: e7cce1f4ef7342d9a7d6ee53d1121b415822c6db [file] [log] [blame]
; RUN: llvm-upgrade < %s | llvm-as | llc
void %test() {
%X = alloca {}
ret void
}