1// RUN: %clang_cc1 -std=c++20 %s -Wall -fsyntax-only -verify2 3// expected-no-diagnostics4export module a;5 6export constexpr auto a = []{};7