Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
mlir
/
test
/
tblgen-lsp-server
/
include
/
included.td
blob: b5b0b93592fca2bd8881064a522aab7f3bcf9cdf [
file
] [
log
] [
blame
]
// 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
;
}