ref: 11f90555b8eb5452e665aad552557f921df1800a 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 }