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

/bionic/tests/
H A Ddlfcn_test.cpp35 static int g_ctor_function_called = 0; variable
40 g_ctor_function_called = 17;
44 ASSERT_EQ(17, g_ctor_function_called);

Completed in 90 milliseconds