mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-30 07:33:23 +00:00
d498cbd4a9
llvm-svn: 37614
8 lines
118 B
LLVM
8 lines
118 B
LLVM
; RUN: llvm-as < %s | llvm2cpp -funcname=WAKKA | not grep makeLLVMModule
|
|
; PR1515
|
|
|
|
define void @foo() {
|
|
ret void
|
|
}
|
|
|