module mini.compile_funcptr1; void a() { } void function() b = &a;