llvm-project/llvm/test/CodeGen/CPP/2007-06-16-Funcname.ll
Victor Oliveira a1de408aa7 test commit
llvm-svn: 160438
2012-07-18 17:53:05 +00:00

9 lines
115 B
LLVM

; RUN: llc < %s -march=cpp -cppfname=WAKKA | not grep makeLLVMModule
; PR1515
define void @foo() {
ret void
}