samples/clike.yml2
author Volker Birk <vb@pep-project.org>
Fri, 11 Oct 2019 21:47:20 +0200
changeset 34 d9eaf22f13ea
parent 0 76005e62091d
permissions -rw-r--r--
exit on version string
decl interface +name;
decl _ +type +name alias func;

interface Test {
    void f(in string x, out long y);
}