void foo(void);
void bar(void);
#ifdef ACTUAL
void test_randomizer(void) {
foo();
bar();
}
#else
PERM_RANDOMIZE(
)
#endif