brintos

brintos / llvm-project-archived public Read only

0
0
Text · 153 B · fe6541c Raw
9 lines · plain
1// RUN: %clang_cc1 -std=c++20 %s -fsyntax-only -verify2// expected-no-diagnostics3export module mod;4 5extern "C++"6{7    export constexpr auto x = 10;8}9