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