brintos

brintos / llvm-project-archived public Read only

0
0
Text · 154 B · c00bc3c Raw
15 lines · c
1#ifndef B_H2#define B_H3#include <A/ADT.h>4#include <C/C.h>5 6namespace llvm {7struct S {8  unsigned a, b, c, d;9};10class C {11  Optional<S> S;12};13}14#endif15