ref: 2281d457448549cf86ae9475627c0c12a8c4843f 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 }