repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Modules
/
reserved-names-4.cppm
blob
73df48b76de8d96526200c4c6c46244034ae6024
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' a reserved identifier if it
5
// is not the first part of the path.
6
export module should_succeed.std;
7