ref: 99f45f5cc14fb82f4fc90d756b1a0e7c255e373f 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 }