ref: 8ec8ea745e4696bc2572f6dec181a27626d5fcba 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 }