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