1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/Assembler/2002-10-15-NameClash.ll

8 lines
142 B
LLVM
Raw Normal View History

; RUN: llvm-as %s -o /dev/null -f
2004-11-06 23:07:09 +01:00
2008-02-14 08:57:12 +01:00
declare i32 @"ArrayRef"([100 x i32] * %Array)
2002-10-15 23:18:03 +02:00
2008-02-14 08:57:12 +01:00
define i32 @"ArrayRef"([100 x i32] * %Array) {
ret i32 0
2002-10-15 23:18:03 +02:00
}