ref: e31d035cf358e05158c0de708f31f9050043d997 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 }