1// SPDX-License-Identifier: GPL-2.0 2#include <check.h> 3 4int main(void) 5{ 6 Suite *s = suite_create("test"); 7 return s == 0; 8} 9 10