mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
8 lines
75 B
LLVM
8 lines
75 B
LLVM
|
|
||
|
int %main() {
|
||
|
cast bool true to int
|
||
|
cast int 6 to bool
|
||
|
|
||
|
ret int 0
|
||
|
}
|