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