ref: 2875136e3759285bc0e00babcd0b7d86e7731eae 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 }