Searched defs:g_ctor_function_called (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Ddlfcn_test.cpp59 static int g_ctor_function_called = 0; variable
67 g_ctor_function_called = 17;
74 ASSERT_EQ(17, g_ctor_function_called);

Completed in 17 milliseconds