[libc++][NFC] Remove trailing whitespace from release notes
[llvm-project.git] / clang / test / CXX / module / dcl.dcl / dcl.module / p2.cpp
blob32419a16cd0189fd7c9292b937fbdb57a89ec9df
1 // RUN: %clang_cc1 -std=c++20 -verify %s
3 // A named module shall contain exactly one module interface unit.
4 module M; // expected-error {{module 'M' not found}}
6 // FIXME: How do we ensure there is not more than one?