#include "test.h" TEST_IMPL(pass_always) { /* This test always passes. It is used to test the test runner. */ return 0; }