ref: 15b5fb5c0f9fee25b01a245229efcef21c103bdc 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 }