Searched refs:ctors_run (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/lib/csu/tests/
H A Dinit_test.c46 extern volatile int ctors_run;
55 volatile int ctors_run; variable
91 ctors_run = 1;
103 ATF_REQUIRE_MSG(ctors_run == 1, ".ctors not run");
105 ATF_REQUIRE_MSG(ctors_run == 0, ".ctors run");

Completed in 124 milliseconds