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