ref: ae405996d14eab42a296d8a7dec83eed1e4097c6 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 }