diff options
Diffstat (limited to '')
-rw-r--r-- | test cases/vala/15 static vapi in source tree/test.vala | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/vala/15 static vapi in source tree/test.vala b/test cases/vala/15 static vapi in source tree/test.vala new file mode 100644 index 0000000..06f2d59 --- /dev/null +++ b/test cases/vala/15 static vapi in source tree/test.vala @@ -0,0 +1,6 @@ +using GLib; +using Config; + +public int main (string[] args) { + return GLib.strcmp(VERSION, "1.0.0"); +} |