mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-20 09:30:43 +00:00
8 lines
167 B
LLVM
8 lines
167 B
LLVM
|
; RUN: llvm-as < %s > /dev/null |& grep {Invalid type for reference to global}
|
||
|
; PR1577
|
||
|
|
||
|
@anInt = global i32 1 alias i32 @anAlias
|
||
|
define i32 @main() {
|
||
|
ret i32 0
|
||
|
}
|