@import("basic.felan"); main :: () -> void { a : i8 = 65; b : i8 = 70; a+b; }; __sum__ :: (left:i8,right:i8)->i8{ return @add(left,right); };