llvm-project/llvm/test/Assembler/2002-10-15-NameClash.ll

8 lines
144 B
LLVM
Raw Normal View History

2008-02-14 15:57:12 +08:00
; RUN: llvm-as < %s -o /dev/null -f
2004-11-07 06:07:09 +08:00
2008-02-14 15:57:12 +08:00
declare i32 @"ArrayRef"([100 x i32] * %Array)
2002-10-16 05:18:03 +08:00
2008-02-14 15:57:12 +08:00
define i32 @"ArrayRef"([100 x i32] * %Array) {
ret i32 0
2002-10-16 05:18:03 +08:00
}