brintos

brintos / llvm-project-archived public Read only

0
0
Text · 280 B · b2e155e Raw
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' (potentially followed by5// zero or more digits) to be a reserved identifier if it is not the only part6// of the path.7export module std12Three;8