1#include "shared.h"
2
3struct WrapperB {
4 OuterY y;
5 OuterX x;
6};
7
8WrapperB* foo() {
9 return new WrapperB();
10}
11

source code of lldb/test/API/lang/cpp/nested-class-other-compilation-unit/other.cpp