xref: /llvm-project/llvm/test/Assembler/2004-03-30-UnclosedFunctionCrash.ll (revision 5da53436d526162bf696ba40df3841a6b5992fbd)
1; RUN: not llvm-as %s 2>&1 | grep "found end of file when expecting more instructions"
2
3define void @foo() {
4