Sign in
llvm
/
llvm-project
/
a78861fc55d18046989ff4d624a037e9181da170
/
.
/
lldb
/
test
/
API
/
lang
/
cpp
/
namespace_definitions
/
a.cpp
blob: 37badf998bb696c0eaede662b01b5721cf692c08 [
file
] [
log
] [
blame
]
#include
"foo.h"
class
ThingInside
{
int
a
;
};
Foo
::
MyClass
a_class
;