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