aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/namespace_definitions/a.cpp
blob: 37badf998bb696c0eaede662b01b5721cf692c08 (plain)
1
2
3
4
5
6
7
#include "foo.h"

class ThingInside {
  int a;
};

Foo::MyClass a_class;