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