samples/clike.yml2
author Volker Birk <vb@pep.foundation>
Thu, 26 Apr 2018 19:26:19 +0200
changeset 19 8903f9e692b9
parent 0 76005e62091d
permissions -rw-r--r--
Added tag 2.5.7 for changeset b4343a05f5d5
decl interface +name;
decl _ +type +name alias func;

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