]> git.draconx.ca Git - gob-dx.git/blobdiff - src/test.gob
Release 2.0.18
[gob-dx.git] / src / test.gob
index be742ef5da31601444ee54b1a1c92e71114f27cf..25e2e8f66c8afea96d36177a5544e246ca4d395a 100644 (file)
@@ -3,12 +3,21 @@
    look in here to see a whole array of different syntax options, but
    don't expect this to be an easy to read file */
 
-requires 2.0.16
+requires 2.0.18
+
+%ct{
+       /* very very top of C file useful for "config.h" sort of like alltop
+        * but only for C file */ 
+%}
 
 %at{
 /* ALL TOP */
 %}
 
+%ctop{
+       /* Just like ct above */
+%}
+
 %headertop{
 /* this should go on the very top of the header */