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