[libc++] Normalize all our '#pragma GCC system_header', and regression-test.
Now we'll notice if a header forgets to include this magic phrase.
Differential Revision: https://reviews.llvm.org/D118800
NOKEYCHECK=True
GitOrigin-RevId: fa6b9e401085c0a210daf81ae79af6dd0144f129
diff --git a/include/regex b/include/regex
index 59b2c9a..f2b53f1 100644
--- a/include/regex
+++ b/include/regex
@@ -778,7 +778,7 @@
#include <version>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
-#pragma GCC system_header
+# pragma GCC system_header
#endif
_LIBCPP_PUSH_MACROS