ref: 48d725508d3c6759e9560c26f87de19acd5c5b59 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 }