ref: 565592b47ee1b6877dc8788c10f134913e1e067a 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 }