ref: 52b8e747b71a308a9cebb0e688c128262e3bd5ab 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 }