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