
Close https://github.com/llvm/llvm-project/issues/85122 As the title suggested, it looks pretty sensible.
7 lines
139 B
C++
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 = []{};
|