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