ref: 24ad64cfeecd3e2e32b116baaa04456f7cf8c4df 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 }