ref: 6b36dc7cbdc29cf8cf03a815518948fa7599f3df 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 }