summaryrefslogtreecommitdiff
path: root/test/CodeGen/CPP/2007-06-16-Funcname.ll
blob: 75b96e6c373f3d10d8b2c25c909b8379f949590d (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | llc -march=cpp -cppfname=WAKKA | not grep makeLLVMModule
; PR1515

define void @foo() {
  ret void
}