ref: fc4fca0fa6c64a0fbe6fbb5c8faf1e5640b784ea 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 }