]> git.sesse.net Git - bcachefs-tools-debian/blob - tests/test_helper_trick.c
Disable pristine-tar option in gbp.conf, since there is no pristine-tar branch.
[bcachefs-tools-debian] / tests / test_helper_trick.c
1 /*
2  * Prevent compiler from optimizing away a variable by referencing it from
3  * another compilation unit.
4  */
5 void
6 trick_compiler(int *x)
7 {
8 }