ref: df3f645e8691393d3436f98676924ba8a17a5a4f 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 }