Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/tests/
H A Ddlfcn_test.cpp53 static int g_ctor_function_called = 0; variable
61 g_ctor_function_called = 17; in ctor_function()
68 ASSERT_EQ(17, g_ctor_function_called); in TEST()