#ifndef SX_EXPORT_FN_H #define SX_EXPORT_FN_H // Calls back into the sx-exported `sx_square` and adds 1. int call_sx_square(int n); #endif