write static delegate instead of callback use static delegate instead of
[vala-lang.git] / tests / test-001.vala
blobc5e73a0bf929984a629e7fa7a9aa7a4f880ecd0d
1 using GLib;
3 namespace Maman {
4 static int main (string[] args) {
5 stdout.printf ("Namespace Test\n");
6 return 0;