]> git.sesse.net Git - bcachefs-tools-debian/blob - tests/test_helper_trick.c
Update bcachefs sources to cbb2e45634dd bcachefs: fix simulateously upgrading & downg...
[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 }