blob: 622364e7863a8e52ba4f1d0556131ecd0702ce75 [file] [log] [blame]
#include<private_header.h>
int round1_d() {
return round2_a();
}
int round2_d() {
return 42;
}