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

/freebsd-11.0-release/contrib/netbsd-tests/lib/libpthread/
H A Dt_name.c48 #define CONST_NAME "xyzzy" macro
49 char non_const_name[] = CONST_NAME;
63 ATF_REQUIRE_STREQ(retname, CONST_NAME);

Completed in 93 milliseconds