blob: aa45dd189c713eeb76344809f13dfc77917973f3 [file] [log] [blame]
export module uses_std;
import std;
export int f()
{
return 0;
}