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