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