ref: 05d7bc89b7b144997e91c764c9aa0bbdddc0dcac 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 }