Compiler projects using llvm
#pragma clang system_header

struct S {
  ~S(){}
};

void foo() {
  S s;
}