ref: 53f937aeaa1ad2320f61c63933e24f2f6f1f326f 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 }