llvm/clang/test/Import/indirect-struct-member-access/Inputs/S.c

struct S {
  int a;
};