mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-18 20:26:06 +00:00
9 lines
115 B
LLVM
9 lines
115 B
LLVM
; RUN: llc < %s -march=cpp -cppfname=WAKKA | not grep makeLLVMModule
|
|
; PR1515
|
|
|
|
define void @foo() {
|
|
ret void
|
|
}
|
|
|
|
|