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