samples/clike.yml2
author Volker Birk <vb@pep-project.org>
Sat, 12 Oct 2019 15:56:01 +0200
changeset 37 a5e211c3fae3
parent 0 76005e62091d
permissions -rw-r--r--
documentation
decl interface +name;
decl _ +type +name alias func;

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