]> git.sesse.net Git - bcachefs-tools-debian/blob - tests/test_helper_trick.c
feat(rust/wrappers): init `BcachefsHandle`
[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 }