mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +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*)
|