Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/nolibc/
Dnolibc-test.c65 static int constructor_test_value; variable
685 constructor_test_value = 1; in constructor1()
692 constructor_test_value *= 2; in constructor2()
731 CASE_TEST(constructor); EXPECT_EQ(1, constructor_test_value, 2); break; in run_startup()