1 // RUN: %clang_cc1 -std=c++2a -verify %s 2 3 export module foo:bar; // expected-error {{sorry, module partitions are not yet supported}} 4 import :baz; // expected-error {{sorry, module partitions are not yet supported}} 5