mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
6 lines
133 B
LLVM
6 lines
133 B
LLVM
|
; RUN: llc < %s -march=cellspu > %t1.s
|
||
|
; RUN: grep "\.section" %t1.s | grep "\.bss" | count 1
|
||
|
|
||
|
@bssVar = global i32 zeroinitializer
|
||
|
|