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