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

/freebsd-13-stable/lib/csu/tests/
H A Dcxx_constructors.cc46 extern volatile int constructor_run;
50 volatile int constructor_run; variable
56 constructor_run = 1;
74 ATF_REQUIRE(constructor_run == 1);

Completed in 39 milliseconds