ref: 26d9afbaac70ccfc12c91f54b05166d38769284f 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 }