ref: 8c15f1cba546350fd109d676f86c4267bd733b6f 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 }