ref: 6b1a6216b40b804dd9c91c2bd54bee954776acaa 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 }