repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[libc++][NFC] Remove trailing whitespace from release notes
[llvm-project.git]
/
clang
/
test
/
CXX
/
module
/
dcl.dcl
/
dcl.module
/
p2.cpp
blob
32419a16cd0189fd7c9292b937fbdb57a89ec9df
1
// RUN: %clang_cc1 -std=c++20 -verify %s
2
3
// A named module shall contain exactly one module interface unit.
4
module M
;
// expected-error {{module 'M' not found}}
5
6
// FIXME: How do we ensure there is not more than one?