blob: fc6dc428e8952b7c0d60d80646586a285f530ffa [file]
export module b;
import a;
export int b() {
return a();
}