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