slovo/tests/print-bool.checked.lower
2026-05-22 08:38:43 +02:00

12 lines
262 B
Plaintext

program main
fn main() -> i32
call print_bool : unit
bool true : bool
call print_bool : unit
bool false : bool
call print_bool : unit
binary = : bool
string "slovo" : string
string "slovo" : string
int 0 : i32