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