aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/unit/87 prelinking/private_header.h
blob: f24b621a048c23a9fa222b4d125065d12c6acbea (plain)
1
2
3
4
5
6
7
8
9
10
11
#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();