mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
9bbcf09431
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17058 91177308-0d34-0410-b5e6-96231b3b80d8
16 lines
153 B
LLVM
16 lines
153 B
LLVM
|
|
%X = global int undef
|
|
|
|
implementation
|
|
|
|
declare int "atoi"(sbyte *)
|
|
|
|
int %test() {
|
|
ret int undef
|
|
}
|
|
|
|
int %test2() {
|
|
%X = add int undef, 1
|
|
ret int %X
|
|
}
|