Sign in
cobalt
/
cobalt
/
b95ea55ccebda33f820d043e4b4dc85c10d7584d
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
def.h
blob: 6fa83d3eec75a6ede084fecfb5b6629edec79fb8 [
file
] [
log
] [
blame
]
#include
"def-include.h"
@interface
A
{
@public
int
ivar
;
}
@end
@interface
Def
-
defMethod
;
@end
#ifdef
__cplusplus
class
Def2
{
public
:
void
func
();
};
namespace
Def3NS
{
class
Def3
{
public
:
void
func
();
};
}
#endif