Sign in
llvm
/
llvm-project
/
11a4d43f4a8ed02694de4d39b5591ff2b1c31803
/
.
/
lldb
/
test
/
API
/
lang
/
cpp
/
nested-class-other-compilation-unit
/
other.cpp
blob: 71a9579c4e820230751842019c0c6f8cee2ac14c [
file
]
#include
"shared.h"
struct
WrapperB
{
OuterY
y
;
OuterX
x
;
};
WrapperB
*
foo
()
{
return
new
WrapperB
();
}