ref: 0d3f5d4bd7b74a810db4424aafdaf398faa9c69a 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 }