//Test that the entire path is pushed onto the stack upto the last '/' include //Test that a non existent path/file doesn't screw things up include //Test with empty path include //Test without preceeding space include //Test with other strange character that is allowed include>>>>> //Test that filenames with spaces work include //Test with empty file include //Test with empty path and file include //Test with empty include <> module test1() { test2(); test3(); test4(); test5(); test6(); //Just to give a top level object sphere(1); } test1();