brintos

brintos / llvm-project-archived public Read only

0
0
Text · 135 B · 53dacd7 Raw
10 lines · c
1#ifndef BASE_PCH_H_IN2#define BASE_PCH_H_IN3 4struct [[gnu::aligned(128)]] RowCol {5  unsigned row;6  unsigned col;7};8 9#endif // _H_IN10