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