[clang] Add tracking source deduction guide for the explicitly-written
[llvm-project.git] / lldb / test / API / lang / cpp / namespace_definitions / a.cpp
blob37badf998bb696c0eaede662b01b5721cf692c08
1 #include "foo.h"
3 class ThingInside {
4 int a;
5 };
7 Foo::MyClass a_class;