blob: bcb7b4b4968b9af4508d241f620581bdebbce65b [file] [log] [blame]
extern void order_B_poison(void);
void order_A(void)
{
order_B_poison();
}