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