1 // RUN: %clang_cc1 -std=c++2a -verify %s
2 
3 export module foo:bar;
4 import :baz; // expected-error {{module 'foo:baz' not found}}
5