ref: 63f4ce6387dea9f943ecc9c9f9b7af147560839d 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 }