ref: 47a5896a58c50459c260c4c0d7f6a6eb731958bc 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 }