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

; RUN: llvm-as %s -o /dev/null -f
declare i32 @"ArrayRef"([100 x i32] * %Array)
define i32 @"ArrayRef"([100 x i32] * %Array) {
ret i32 0
}