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