samples/clike.yml2
author Volker Birk <vb@pep.foundation>
Tue, 20 Nov 2018 22:35:22 +0100
changeset 23 f2e8837da4e9
parent 0 76005e62091d
permissions -rw-r--r--
allowing || in line quotes
decl interface +name;
decl _ +type +name alias func;

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