blob: 38ab0c2feb014d3023234f20f82a3c3dfbe922df [file] [log] [blame]
export module b;
import a;
export int b()
{
return a();
}