ref: 869b4e253befd710b3560d5842436a8aa0008cef 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 }