ref: 1c97ea922511b71d925dc4e4c7823d5c67b709ba dir: /test/emptytrait.myr/
use std trait fooable @a = ;; impl fooable int = ;; generic foo = {x : @a::fooable -> x } const main = { std.exit(foo(123)) }