ref: 9beb928a779eee468ce065ce5c6f4a022a55abe8 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 }