// This file is merely to test the processing of includes, it has // no other purpose. class IncludedClass { /// This argument was defined on an included class. int arg = 10; }