bcachefs-tools/tests/test_helper_trick.c
Justin Husted 61bc316a4d Initial version of bcachefs tests.
So far, these tests just test basic format, fsck, and list functions
under valgrind, as well as a few self-validation tests.

Signed-off-by: Justin Husted <sigstop@gmail.com>
2019-11-03 23:17:43 -05:00

9 lines
143 B
C

/*
* Prevent compiler from optimizing away a variable by referencing it from
* another compilation unit.
*/
void
trick_compiler(int *x)
{
}