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