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