[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / lldb / packages / Python / lldbsuite / test / lang / cpp / namespace_definitions / a.cpp
blob2795b206e8e73a49e284ccea65e68bb3e8120605
1 //===-- a.cpp ---------------------------------------------------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 #include "foo.h"
11 class ThingInside {
12 int a;
15 Foo::MyClass a_class;