summaryrefslogtreecommitdiffstats
path: root/test cases/vala/15 static vapi in source tree/test.vala
blob: 06f2d593c4f8afe9115ccdab20344df2ae206830 (plain)
1
2
3
4
5
6
using GLib;
using Config;

public int main (string[] args) {
  return GLib.strcmp(VERSION, "1.0.0");
}