[RISCV] Simplify usage of SplatPat_simm5_plus1. NFC (#125340)
[llvm-project.git] / clang / test / Import / attr / Inputs / S.cpp
blobcf9af91838e8e48a3be2adff95f09216dcff630c
1 extern char f() __attribute__((const));
3 struct S {
4 struct {
5 int a __attribute__((packed));
6 };
7 };
9 void stmt() {
10 #pragma unroll
11 for (;;)