alpar@727: #include "test_tools.h"
alpar@727: 
alpar@727: int main() 
alpar@727: {
alpar@727:   check(true, "It should pass.");
alpar@727:   return 0;
alpar@727: }