blob: 74dd10a5413a93b6acc3a2eac5f43821c0b49951 [file] [log] [blame]
// PR c++/114868
// { dg-additional-options "-fmodules-ts" }
import M;
int main() {
bar::a();
foo::a(); // { dg-error "not been declared" }
}