summaryrefslogtreecommitdiff
path: root/tests/test_helper_trick.c
blob: 8bc11fd9400146669cc58362c052fb5f9c84994d (plain)
1
2
3
4
5
6
7
8
/*
 * Prevent compiler from optimizing away a variable by referencing it from
 * another compilation unit.
 */
void
trick_compiler(int *x)
{
}