aboutsummaryrefslogtreecommitdiffstats
path: root/test/Other/2007-06-16-Funcname.ll
blob: a2cdd18d53ed6045c662e9793f4f585270c480aa (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | llvm2cpp -funcname=WAKKA | not grep makeLLVMModule
; PR1515

define void @foo() {
  ret void
}