/* ========================================================================== Licensed under BSD 2clause license. See LICENSE file for more information Author: Michał Łyszczek ========================================================================== */ #ifndef NAMED_TESTS_H #define NAMED_TESTS_H 1 void named_test_in_loop(void); #endif