ref: 8113f1c494f6430de52b5d005ceb6bda50091a09 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 }