@import("basic.felan"); t :: (comptime b:u8) -> void { print(b); }; main :: () -> void { a := 3u8; t(2u8); };