Fix CPP Backend for GEP API changes for opaque pointer types
[oota-llvm.git] / test / CodeGen / CPP / 2007-06-16-Funcname.ll
1 ; RUN: llc < %s -march=cpp -cppfname=WAKKA | not grep makeLLVMModule
2 ; PR1515
3
4 define void @foo() {
5   ret void
6 }
7