ref: b678c30f4fea6f5fcb208b23cc24ea4945ec9ec8 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 }