ref: 21cc794eb05fbb9e0acb7eeeecdd417dba2e924e 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 }