9 lines · cpp
1// RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify %s2// expected-no-diagnostics3 4module;5// Show that we suppress the reserved identifier diagnostic in a system header.6# 100 "file.cpp" 1 3 // Enter a system header7export module std;8# 100 "file.cpp" 2 3 // Leave the system header9