ref: 09af6b8f6597c29208b8725b4f67bd7ed6d45e85 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 }