system-header-simulator-for-nullability-cxx.h 75 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #pragma clang system_header struct S { ~S(){} }; void foo() { S s; }