ref: 6f20a44d78daf844adf60d34e07a4a314556e7db 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 }