# HG changeset patch # User Volker Birk # Date 1548757416 -3600 # Node ID 0cdfe84ef643e7a2b5e5b30fb03f260b7dccf908 # Parent 0c3815cbb51e268ac581a6a52586c35d5b125486 ... diff -r 0c3815cbb51e -r 0cdfe84ef643 samples/sample.yml2 --- a/samples/sample.yml2 Tue Jan 29 11:21:18 2019 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -include idl.yml2 - -module blub { - interface bla { - int f(in long a, out long b); - } -}