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