Re-add parsing of function-local metadata; this time with testcase.
[oota-llvm.git] / test / Assembler / 2003-05-12-MinIntProblem.ll
1 ; RUN: llvm-as < %s | llvm-dis | grep -- -2147483648
2
3 define i32 @foo() {
4         ret i32 -2147483648
5 }