summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/nested-class-other-compilation-unit/other.cpp
blob: 71a9579c4e820230751842019c0c6f8cee2ac14c (plain)
1
2
3
4
5
6
7
8
9
10
#include "shared.h"

struct WrapperB {
  OuterY y;
  OuterX x;
};

WrapperB* foo() {
  return new WrapperB();
}
OpenPOWER on IntegriCloud