B.h 154 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 #ifndef B_H #define B_H #include <A/ADT.h> #include <C/C.h> namespace llvm { struct S { unsigned a, b, c, d; }; class C { Optional<S> S; }; } #endif