ref: 5518b9657c07d4ee93ac1db4c97b6d4ec164d42b 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 }