brintos

brintos / llvm-project-archived public Read only

0
0
Text · 183 B · b5b0b93 Raw
9 lines · plain
1 2// This file is merely to test the processing of includes, it has3// no other purpose.4 5class IncludedClass {6  /// This argument was defined on an included class.7  int arg = 10;8}9