Sign in
llvm
/
llvm-project
/
ec056f54589d937ae3f74d795b94de886cbb7ec7
/
.
/
lldb
/
test
/
API
/
lang
/
cpp
/
gmodules
/
pch-chain
/
base-pch.h
blob: 53dacd796f2c91b9ee0b4e3b06eb6967ebee424c [
file
] [
log
] [
blame
]
#ifndef
BASE_PCH_H_IN
#define
BASE_PCH_H_IN
struct
[[
gnu
::
aligned
(
128
)]]
RowCol
{
unsigned
row
;
unsigned
col
;
};
#endif
// _H_IN