mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 17:32:49 +00:00
6 lines
161 B
LLVM
6 lines
161 B
LLVM
|
; RUN: llvm-as < %s | llc -march=pic16 | FileCheck %s
|
||
|
|
||
|
@G1 = common global i16 0, section "usersection", align 1
|
||
|
; CHECK: usersection UDATA
|
||
|
; CHECK: @G1 RES 2
|