ref: 48199f4097a5a60fcf4064b1ffada4be71ea233f 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 }