@import("lib/print.felan"); main :: () -> void { print(@isComptime); }; comptime { print(@isComptime); };