mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-30 00:38:54 -04:00
7 lines
118 B
LLVM
7 lines
118 B
LLVM
; RUN: llc < %s
|
|
|
|
define void @test() {
|
|
%X = alloca { } ; <{ }*> [#uses=0]
|
|
ret void
|
|
}
|