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