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