speedcat/test_type_checker.cat
Slendi 5455919d6e LLVM my beloved
Signed-off-by: Slendi <slendi@socopon.com>
2024-02-29 14:04:28 +02:00

15 lines
213 B
Plaintext

\let asdf := 0b1101 as f32
\let poop :: 12.0 + 2.0 * asdf
\fn name(a b: f32) i32 {
\ ret (a + b) as i32
\}
\name 123.0 456.0
\let arr: []i32, arr2: [69]u8, ptr: ^i32
fn put_i32(val: i32) i32
put_i32 69420