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