Raw File
2007-11-26-AttributeOverload.ll
; RUN: not llvm-as < %s >& /dev/null

declare i32 @atoi(i8*) nounwind readonly
declare i32 @atoi(i8*)
back to top