4 lines
127 B
C++
4 lines
127 B
C++
// RUN: %clang_cc1 -std=c++2a -verify %s
|
|
|
|
export module foo:bar;
|
|
import :baz; // expected-error {{module 'foo:baz' not found}}
|