ref: 75dbdd0239e5bbe8d27407e3a4a32922ae37ca72 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 }