ref: 812b363d893293993375c6db5243b0c5ca873dad 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 }