8 lines · plain
1// RUN: %clang_cc1 -std=c++20 -fsyntax-only -verify %s2// expected-no-diagnostics3 4// Demonstrate that we don't consider use of 'std' a reserved identifier if it5// is not the first part of the path.6export module should_succeed.std;7 8