ref: 26da0e6f98ac76f3930ed68649b5fbfe87c06ec4 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 }