ref: 6e4233aaa4883cff2054ae8b43aeff9cf49cad61 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 }