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