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