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

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dcall_once.c25 static int co_val = 41; variable
36 co_val++;
75 VERIFY3S(co_val, ==, 42);

Completed in 55 milliseconds