mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 19:26:30 +00:00
5 lines
89 B
LLVM
5 lines
89 B
LLVM
|
; RUN: not llvm-as < %s
|
||
|
|
||
|
declare i32 @atoi(i8*) nounwind readonly
|
||
|
declare i32 @atoi(i8*)
|