Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/common/src/
Dconstructor.c21 static int constructor_value; variable
29 constructor_value = CONSTRUCTOR_VALUE; in __constructor_init()
34 zassert_equal(constructor_value, CONSTRUCTOR_VALUE, in ZTEST()