llvm/clang/test/Import/in-class-initializer/Inputs/S.cpp

struct S {
  int a = 3;
};