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

8 lines
139 B
LLVM

; RUN: llvm-as %s -o /dev/null
declare i32 @"ArrayRef"([100 x i32] * %Array)
define i32 @"ArrayRef"([100 x i32] * %Array) {
ret i32 0
}