brintos

brintos / llvm-project-archived public Read only

0
0
Text · 127 B · ae81b98 Raw
5 lines · cpp
1// RUN: %clang_cc1 -std=c++2a -verify %s2 3export module foo:bar;4import :baz; // expected-error {{module 'foo:baz' not found}}5