ref: 422ae1fdf693890b14d9e0c40298065c1342a0ec 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 }