samples/clike.yml2
author Volker Birk <vb@pep.foundation>
Wed, 24 Aug 2016 21:18:54 +0200
changeset 5 36f0e48cd544
parent 0 76005e62091d
permissions -rw-r--r--
Added tag 2.5.5 for changeset a0f3d678b3ca
decl interface +name;
decl _ +type +name alias func;

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