Sign in
llvm
/
llvm-project
/
clang
/
27d389b54701f2e9a03e4f87c3f3de42a0c28d85
/
.
/
test
/
Modules
/
reserved-names-4.cppm
blob: 73df48b76de8d96526200c4c6c46244034ae6024 [
file
]
// RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify %s
// expected-no-diagnostics
// Demonstrate that we don't consider use of 'std' a reserved identifier if it
// is not the first part of the path.
export
module
should_succeed
.
std
;