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