ref: 57d353555aedbad8ad4f2bb022a58d6b01cb941b 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 }