xref
: /
third_party
/
libabigail
/
tests
/
data
/
test-abidiff-exit
/
test-leaf-stats-v0.cc
(revision e01aa904)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/libabigail/tests/data/test-abidiff-exit/
1
// See comments in -
v1.c
file.
2
int
changed_var
= 0;
3
4
int
changed_fun
() {
5
return
0;
6
}
7