llvm/lldb/test/API/lang/cpp/gmodules/pch-chain/base-pch.h

#ifndef BASE_PCH_H_IN
#define BASE_PCH_H_IN

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

#endif // _H_IN