1 2// This file is merely to test the processing of includes, it has 3// no other purpose. 4 5class IncludedClass { 6 /// This argument was defined on an included class. 7 int arg = 10; 8} 9