DEBSOURCES
Skip Quicknav
sources / fst / 0.177.0-1 / tests / cxx_test.cpp
12345678910
#include "fst.h" #if defined(_LANGUAGE_C_PLUS_PLUS) || defined(__cplusplus) extern "C" #endif int main(void); int main(void) { return 0; }