From a6a3c416c77d383f00a723ceb4545e89a2334923 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 26 Jun 2010 17:28:49 +0200 Subject: Put together cmake build --- test/Test.vala | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/Test.vala (limited to 'test/Test.vala') diff --git a/test/Test.vala b/test/Test.vala new file mode 100644 index 0000000..ce5da6d --- /dev/null +++ b/test/Test.vala @@ -0,0 +1,9 @@ +namespace Eva { + class Test { + public static int main(string[] args) { + Eva.Long term = new Eva.Long(42); + + return 0; + } + } +} -- cgit v1.2.3