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