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