summaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/gmodules/pch-chain/base-pch.h
blob: 53dacd796f2c91b9ee0b4e3b06eb6967ebee424c (plain)
1
2
3
4
5
6
7
8
9
#ifndef BASE_PCH_H_IN
#define BASE_PCH_H_IN

struct [[gnu::aligned(128)]] RowCol {
  unsigned row;
  unsigned col;
};

#endif // _H_IN