Home
last modified time | relevance | path

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

/freebsd/lib/csu/tests/
H A Dcxx_constructors.cc43 extern volatile int constructor_run;
47 volatile int constructor_run; variable
53 constructor_run = 1; in Foo()
71 ATF_REQUIRE(constructor_run == 1); in ATF_TEST_CASE_BODY()