ref: 8e46913c52cec95c1266ce8ee5ee2794eafc9364 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 }