### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. module Foo { type X = struct { hook void implemented(); }; global optional> i = default>>(); global X x; global optional> j = default>>(); declare public function hook void global_implemented(); function hook void global_implemented() { } method hook void X::implemented() { } global_implemented(); x.implemented(); }