ref: 79428e454cf05c659a18b1928cae8d7ab96dd879 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 }