diff options
Diffstat (limited to 'test cases/vala/15 static vapi in source tree/vapi')
-rw-r--r-- | test cases/vala/15 static vapi in source tree/vapi/config.vapi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/vala/15 static vapi in source tree/vapi/config.vapi b/test cases/vala/15 static vapi in source tree/vapi/config.vapi new file mode 100644 index 0000000..71bcc6e --- /dev/null +++ b/test cases/vala/15 static vapi in source tree/vapi/config.vapi @@ -0,0 +1,4 @@ +[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")] +namespace Config { + public const string VERSION; +} |