ref: 71ae933e38bd316d15989e981820f3cbd5453c8c 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 }