mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-03 00:00:07 +03:00
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)
|
||
|
{
|
||
|
}
|