aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/reserved-names-system-header-2.cpp
blob: d429e58dc1714861911ad1508d70649fd56c3c9a (plain)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify %s
// expected-no-diagnostics

module;
// Show that we suppress the reserved identifier diagnostic in a system header.
# 100 "file.cpp" 1 3  // Enter a system header
export module __test;
# 100 "file.cpp" 2 3  // Leave the system header