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