brintos

brintos / llvm-project-archived public Read only

0
0
Text · 139 B · a4c89f1 Raw
7 lines · plain
1// RUN: %clang_cc1 -std=c++20 %s -Wall -fsyntax-only -verify2 3// expected-no-diagnostics4export module a;5 6export constexpr auto a = []{};7