blob: 37cbf7a9043390a135e310d9f5db0ce8da24f2a8 [file] [log] [blame]
int main() {
var test1 = new Test ();
var test2 = new Subdir.Test ();
var test3 = new Subdir2.Test ();
var test4 = new Subdir.Subdir2.Test ();
stdout.printf("Vala is working.\n");
return 0;
}