1; RUN: llc < %s -march=cpp -cppfname=WAKKA | not grep makeLLVMModule
2; PR1515
3
4define void @foo() {
5  ret void
6}
7
8