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