mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +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
|
||
|
}
|
||
|
|