1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-08 03:37:46 +00:00
llvm-6502/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
}