blob: cdedab54b45890ca09a7fafc39b73cd2b258ece0 [file] [log] [blame]
void foo()
{
abc(1,2,3);
abc(10,20,30);
abc(100,200,300);
bat(1000,2000,3000);
}