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