xref: /llvm-project/clang/test/Modules/reserved-names-3.cppm (revision c1f76363e0db41ab6eb9ebedd687ee098491e9b7)
1// RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify %s
2// expected-no-diagnostics
3
4// Demonstrate that we don't consider use of 'std' (potentially followed by
5// zero or more digits) to be a reserved identifier if it is not the only part
6// of the path.
7export module std12Three;
8