brintos

brintos / llvm-project-archived public Read only

0
0
Text · 167 B · 52c6e4d Raw
14 lines · c
1#ifndef C_H2#define C_H3#include <A/ADT.h>4 5namespace llvm {6class D {7  struct Q {8    unsigned a, b, c, d;9  };10  SmallVector<Q, 4> q;11};12} // namespace llvm13#endif14