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