1 2 3 4 5 6 7 8 9
#include<private_header.h> int round1_d() { return round2_a(); } int round2_d() { return 42; }