Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are a bit...
[oota-llvm.git] / test / Assembler / 2008-02-18-IntPointerCrash.ll
1 ; RUN: not llvm-as %s |& grep {is invalid or}
2 ; PR2060
3
4 define i8* @foo() {
5        ret i8* 0
6 }