1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 05:53:07 +01:00
llvm-mirror/test/Regression/Assembler/2002-10-15-NameClash.ll
Chris Lattner ba0d92b555 New testcase
llvm-svn: 4183
2002-10-15 21:18:03 +00:00

6 lines
98 B
LLVM

declare int "ArrayRef"([100 x int] * %Array)
int "ArrayRef"([100 x int] * %Array) {
ret int 0
}