#include "yexception_ut.h"

void TestCallback(TCallbackFun f, int i) {
    f(i);
}