ref: 92747b6c52dda775dcc85002c06efab36d88cc4d 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 }