ref: 57bf65bd49ad06d0eb5f66b570cc87abb50d676b 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 }