ref: 8337ff18aea527cdb97c66da3b35de994fe1975c 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 }