bolt/deps/llvm-18.1.8/mlir/test/tblgen-lsp-server/include/included.td
2025-02-14 19:21:04 +01:00

8 lines
183 B
TableGen

// 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;
}