https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110447
Iain Sandoe <iains at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nathan at acm dot org --- Comment #1 from Iain Sandoe <iains at gcc dot gnu.org> --- note that if I reverse the include/import order like so... #include <iostream> import Foo; // assume module 'foo' contain the declarations from `<iostream>` all is (or at least appears to be) OK.