ref: 590dd41e3e1a90ce3986ab8db1e6490f597fba3f 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 }