mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-12 22:30:12 +00:00
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
|
||
|
}
|
||
|
|