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