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