examples\func\func_void.ck
// chucking () fun void foo() { <<< "hi!" >>>; } // call foo foo(); // call foo () => foo;