llvm/clang/test/Analysis/Inputs/system-header-simulator-for-nullability-cxx.h

#pragma clang system_header

struct S {
  ~S(){}
};

void foo() {
  S s;
}