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