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