ref: 89182b0cf8f7adf2f8a4708d750452d9a226aeea 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 }