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