]> git.draconx.ca Git - gob-dx.git/blobdiff - src/test.gob
Release 1.0.5
[gob-dx.git] / src / test.gob
index 711ec507edbc808b7746d170f3fd4ec6727daef4..36fe62b1f94bc876903248163234dacee4244bc0 100644 (file)
@@ -5,6 +5,10 @@
 
 requires 0.93.0
 
+%at{
+/* ALL TOP */
+%}
+
 %headertop{
 /* this should go on the very top of the header */
 
@@ -379,6 +383,18 @@ class Gtk:Weird:Button from Gtk:Button {
        public const gchar * const t17;
        public const gchar t18;
 
+       /* testing method with no arguments */
+       public void method_with_no_arguments (void)
+       {
+               /* FOO */
+       }
+
+       /* testing calling the above method */
+       public void foo (self) {
+               method_with_no_arguments ();
+       }
+
+
        /* testing empty statements */
        ;
        ;