ref: 5257df69de2bf48496ec82b4a515f118ac17a25b 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 }