aboutsummaryrefslogtreecommitdiff
path: root/test_cases/diff_tests/function/expected/parameters_c.btf_btf_small
blob: c4cef4f4dcab71abe004996aa394633907b16462 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
function symbol changed from 'int f01(int, int, int)' to 'int f01(int, int)'
  type changed from 'int(int, int, int)' to 'int(int, int)'
    parameter 3 of type 'int' was removed

function symbol changed from 'int f02(int, int, int)' to 'int f02(int, int)'
  type changed from 'int(int, int, int)' to 'int(int, int)'
    parameter 3 of type 'int' was removed

function symbol changed from 'int f03(int, int, int)' to 'int f03(int, int)'
  type changed from 'int(int, int, int)' to 'int(int, int)'
    parameter 3 of type 'int' was removed

function symbol changed from 'int f09(int, int, int)' to 'int f09(int, int, int, int)'
  type changed from 'int(int, int, int)' to 'int(int, int, int, int)'
    parameter 4 of type 'int' was added

function symbol changed from 'int f10(int, int, int)' to 'int f10(int, int, int, int)'
  type changed from 'int(int, int, int)' to 'int(int, int, int, int)'
    parameter 4 of type 'int' was added

function symbol changed from 'int f11(int, int, int)' to 'int f11(int, int, int, int)'
  type changed from 'int(int, int, int)' to 'int(int, int, int, int)'
    parameter 4 of type 'int' was added

function symbol changed from 'int f12(int, int, int)' to 'int f12(int, int, int, int)'
  type changed from 'int(int, int, int)' to 'int(int, int, int, int)'
    parameter 4 of type 'int' was added

exit code 4