ref: 6368976a9e8e4121c5867ec81842e1d4bac55351 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 }