xref: /llvm-project/lldb/test/API/lang/cpp/gmodules/pch-chain/base-pch.h (revision 252f3c98db1383ee0e1f25020d488ffb7b4ac392)
1 #ifndef BASE_PCH_H_IN
2 #define BASE_PCH_H_IN
3 
4 struct [[gnu::aligned(128)]] RowCol {
5   unsigned row;
6   unsigned col;
7 };
8 
9 #endif // _H_IN
10