blob: 32419a16cd0189fd7c9292b937fbdb57a89ec9df [file] [log] [blame]
// RUN: %clang_cc1 -std=c++20 -verify %s
// A named module shall contain exactly one module interface unit.
module M; // expected-error {{module 'M' not found}}
// FIXME: How do we ensure there is not more than one?