annotate clang/test/Modules/reserved-names-system-header-2.cpp @ 266:00f31e85ec16
default tip
Added tag current for changeset 31d058e83c98
author |
Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
date |
Sat, 14 Oct 2023 10:13:55 +0900 |
parents |
1f2b6ac9f198 |
children |
|
rev |
line source |
252
|
1 // RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify %s
|
|
2 // expected-no-diagnostics
|
|
3
|
|
4 // Show that we suppress the reserved identifier diagnostic in a system header.
|
|
5 # 100 "file.cpp" 1 3 // Enter a system header
|
|
6 export module __test;
|
|
7 # 100 "file.cpp" 2 3 // Leave the system header
|