1 2 3 4 5 6 7 8 9 10
module a; __include a1; namespace ns2 { public int f() { return 1; } } using ns;