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