ref: 638f06666e1c54c566f2ba8062a477499c66cedb 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 }