ref: ddd4c181664eb42d240823f6eab8ba126682938b 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 }