samples/dingens.idl
changeset 0 76005e62091d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/samples/dingens.idl	Mon Jul 11 23:15:28 2016 +0200
@@ -0,0 +1,20 @@
+module Bla {
+    struct Blub {
+        long a;
+        string b;
+    };
+
+    interface Blubber {
+        Blub getBlub();
+    };
+
+    typedef My::Complicated::Reachable::Thing Thing;
+
+    interface Irgendwas {
+        struct Bla {
+
+        };
+
+        readonly attribute Thing b;
+    };
+};