ref: 889d5c6fde975ec10bb39d08de9e7d47ec68387a 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 }