blob: a2cdd18d53ed6045c662e9793f4f585270c480aa [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-as < %s | llvm2cpp -funcname=WAKKA | not grep makeLLVMModule
2; PR1515
3
4define void @foo() {
5 ret void
6}
7