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