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