ref: 1305df9b20460769d853304a8bc2ad69bc178d0a 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 }