ref: 95b8caa2f3679d450a19e9b62d8eacb70e51b073 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 }