ref: 1cb86ecfd69335631474bea4bb8a102e4559408a 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 }