llvm/clang/test/Import/forward-declared-struct/Inputs/S2.c

struct S {
  int a;
};