ref: 66927662264ccbcdf60396c156d1964d35b41ece 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 }