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