ref: 03af679a2a685afe93242d2751ea1a94d9c17569 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 }