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

8 lines
139 B
LLVM
Raw Normal View History

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