ref: 5b36d5c8a69402c36d272e0edbbc24c50bf5e1dc 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 }