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

// Demonstrate that we don't consider use of 'std' followed by digits to be a
// reserved identifier if it is not the first part of the path.
export module should_succeed.std0;