blob: d2422846e425bb2ecb56d968069a021d5550c475 [file] [log] [blame]
extern void order_G(void);
void order_F(void)
{
order_G();
}