Mercurial > hg > CbC > CbC_llvm
view mlir/test/tblgen-lsp-server/include/included.td @ 243:a916df8444bf
add tag
author | matac |
---|---|
date | Fri, 11 Aug 2023 15:57:02 +0900 |
parents | c4bab56944e8 |
children |
line wrap: on
line source
// 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; }