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

// Demonstrate that we don't consider use of 'std' (potentially followed by
// zero or more digits) to be a reserved identifier if it is not the only part
// of the path.
export module std12Three;