xref: /llvm-project/mlir/test/tblgen-lsp-server/include/included.td (revision 3e2ad37679ed800aa34e5255bd44672ce353d566)
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