[AMDGPU] Add True16 register classes.
[llvm-project.git] / lldb / test / API / commands / expression / static-initializers / main.cpp
blob4b0a082d296ec4e4e77ca8a6c8e32204b2c8730d
1 #include <cstdlib>
3 int counter = 0;
5 void inc_counter() { ++counter; }
7 void do_abort() { std::abort(); }
9 int main() {
10 return 0; // break here