Raw File
2004-03-30-UnclosedFunctionCrash.ll
; RUN: not llvm-as %s |& grep {found end of file when expecting more instructions}

define void @foo() {
back to top