interface hello_interface_out_only { out void world (); behaviour { on optional: world; } }