ref: 24e5832913b266731b7b0cbe430587ee6e76f683 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 }