blob: 53ab19e246a0e67e52a1a032def04d854255d945 [file] [log] [blame]
// RUN: %clang_cc1 -fmodules-ts -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?