ref: 5a6878701b5066d0143b0a2e21be35ce7f3d8976 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 }