1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-10 02:38:50 +00:00
2006-12-02 04:23:10 +00:00

9 lines
112 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as | llc
%g = global int 0
int %main() {
%h = load int* %g
ret int %h
}