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