Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / reserved-names-2.cppm
blob6979e92f377654a0fd63501e54b68df9c902d0db
1 // RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify %s
2 // expected-no-diagnostics
4 // Demonstrate that we don't consider use of 'std' followed by digits to be a
5 // reserved identifier if it is not the first part of the path.
6 export module should_succeed.std0;