blob: 78bc5baa2ad36d5efd12c82d4bc51af29a0f4e05 [file] [log] [blame]
export module d;
import c;
export int d()
{
return c();
}