ref: 990e08a754e3a4c1bd7c44a3862a167aebda63af 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 }