2024-04-19 09:46:18 +08:00

7 lines
139 B
C++

// RUN: %clang_cc1 -std=c++20 %s -Wall -fsyntax-only -verify
// expected-no-diagnostics
export module a;
export constexpr auto a = []{};