blob: 2cd4d6013ae4d63296bf89a84b36791bedc46524 [file] [log] [blame]
extern void order_B(void);
void order_A(void)
{
order_B();
}