ref: 72a6efce6e4619af93bea66fdfd1916ebe2d6af1 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 }