ref: 6ae90fe67572c8feeee655abeb80d1e32aa587bd 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 }