@[strict_map_index] module main fn main() { m := { 'abc': 'xyz' } _ = m['missing'] }