ref: 47860ff9a4411442997c2f8166aa6b24fbfeac2e 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 }