blob: eed245368b4eaad0b3e71d26d7d9fb8f02788062 [file] [log] [blame]
extern void order_A(void);
int main(void)
{
order_A();
return 0;
}