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