#ifndef FSTRING_LIB_H #define FSTRING_LIB_H /** * @brief Helper function for f-string test. * @return A constant integer value. */ static int lib_val() { return 99; } #endif