blob: c6fb28db09ff21dfe62a32c1cb56198a38c9c6cc [file] [log] [blame]
#ifndef app_bridging_header_to_pch_h
#define app_bridging_header_to_pch_h
static inline int app_function(int x) {
return x + 27;
}
#endif