ref: 71a77dbd7f8a317edf08c55edbfe3016e97ea7fc 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 }