ref: 3b0bbade8ba3efecdeea39c2804f65016b3b4831 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 }