~mmach/netext73/meson

« back to all changes in this revision

Viewing changes to test cases/unit/88 prelinking/file2.c

  • Committer: mmach
  • Date: 2021-02-18 07:35:13 UTC
  • Revision ID: netbit73@gmail.com-20210218073513-7qj73rqnjjc56hmu
revert

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include<private_header.h>
2
 
 
3
 
int round1_b() {
4
 
    return round1_c();
5
 
}
6
 
 
7
 
int round2_b() {
8
 
    return round2_c();
9
 
}