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