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