blob: d7ce663f16d525b5055ddd7ecd05d1467fe8f25a [file] [log] [blame]
// RUN: %clang_cc1 -std=c++20 %s -verify -fsyntax-only
// expected-no-diagnostics
export module a;
module :private;
static void f() {}
void g() {
f();
}