meson/test cases/unit/86 prelinking/private_header.h

12 lines
143 B
C
Raw Normal View History

#pragma once
int round1_a();
int round1_b();
int round1_c();
int round1_d();
int round2_a();
int round2_b();
int round2_c();
int round2_d();