fn f() { #debug("This is a bare function"); } fn main() { f(); }