remove unimplemented ctor, add some comments.
[oota-llvm.git] / test / Other / 2007-06-16-Funcname.ll
1 ; RUN: llvm-as < %s | llvm2cpp -funcname=WAKKA | not grep makeLLVMModule
2 ; PR1515
3
4 define void @foo() {
5   ret void
6 }
7