1complex_def input.myr /^type complex_def = struct$/;" t 2simple_def input.myr /^type simple_def = int$/;" t 3test_const666 input.myr /^const test_const666 = "foo"$/;" c 4test_init_const666 input.myr /^const test_init_const666 = "foo"$/;" c 5test_init_func input.myr /^const test_init_func = {; func_body() }$/;" f 6test_init_var999 input.myr /^var test_init_var999 = 123$/;" v 7test_package123 input.myr /^pkg test_package123 =$/;" p 8test_var999 input.myr /^var test_var999$/;" v 9