1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-19 06:31:18 +00:00
llvm-6502/test/Assembler/2002-10-15-NameClash.ll
2006-12-02 20:34:08 +00:00

8 lines
150 B
LLVM

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