ref: 134d1ae9730f1aab24681285edfc452b4ac1aeee 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 }