ref: 4ac578a191635f9728dc66dd99b22cc54692b4ef 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 }