mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 15:33:33 +00:00
6 lines
134 B
LLVM
6 lines
134 B
LLVM
|
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep 'icmp ne'
|
||
|
bool %main(int %X) {
|
||
|
%res = cast bool true to bool
|
||
|
ret bool %res
|
||
|
}
|