ref: 6a4c84b9838aa9344cb531f24c6b402dec92bb71 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 }