Searched refs:hw2 (Results 1 – 1 of 1) sorted by relevance
242 char hw2[32] = "hello world"; variable243 T_CPY(hw2, sizeof(hw2), hw2 + 6, sizeof(hw2) - 6);244 T_ASSERT_EQ(strcmp_impl(hw2, "world"), 0, "check copy over self is 'world'");