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