ref: 4db5274a2f6db10e31e11c503f36c85a98c65fbc 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 }