1 // SPDX-License-Identifier: GPL-2.0 2 #include <opencsd/c_api/opencsd_c_api.h> 3 4 int main(void) 5 { 6 (void)ocsd_get_version(); 7 return 0; 8 } 9