ref: 14f1055a8f6709a4740ae23cde2e72e45327fcfc 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 }