ref: 80ade912fa6ecf863d0f36ebc8fd3c999b45746e dir: /test/generic-in-const.myr/
use std /* should fail to compile because generic types are only allowed in generic declarations. */ const foo = {v : @a -> v }