1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/test/CodeGen/CPP/2007-06-16-Funcname.ll
Victor Oliveira f8290a3f24 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
}