mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
61bc316a4d
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>
9 lines
143 B
C
9 lines
143 B
C
/*
|
|
* Prevent compiler from optimizing away a variable by referencing it from
|
|
* another compilation unit.
|
|
*/
|
|
void
|
|
trick_compiler(int *x)
|
|
{
|
|
}
|