1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/test/Regression/Assembler/2002-10-15-NameClash.ll

6 lines
98 B
LLVM
Raw Normal View History

2002-10-15 23:18:03 +02:00
declare int "ArrayRef"([100 x int] * %Array)
int "ArrayRef"([100 x int] * %Array) {
ret int 0
}