[][src]Attribute Macro constany_stage_one::main_fn

#[main_fn]

Attribute appending on fn main()

When generating a constant function, you need to include it in the attribute: eg. #[main_fn(a_constant_function, another_constant_function)]