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