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