ref: 83eef0360e0c66ff50d2874e1829470101e2afab 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 }