[NFC][AArch64] move AArch64 non auto-generated tests to static file (#126312)
[llvm-project.git] / lldb / test / API / commands / expression / diagnostics / main.cpp
blobf4ad1ad220cf8d05c4c74be8fecdba48d61be919
1 void foo(int x) {}
3 struct FooBar {
4 int i;
5 };
7 int main() {
8 FooBar f;
9 foo(1);
10 return 0; // Break here