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