8ba5ed2507c198456bf6351d0cb1b0ff326e08ef
[oota-llvm.git] / 2002-10-15-NameClash.ll
1 ; RUN: llvm-as %s -o /dev/null -f
2
3 declare i32 @"ArrayRef"([100 x i32] * %Array)
4
5 define i32 @"ArrayRef"([100 x i32] * %Array) {
6         ret i32 0
7 }