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