aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/yexception_ut.c
blob: 3880c82e293988e33ec049ede6f06b557dc9aa90 (plain) (blame)
1
2
3
4
5
#include "yexception_ut.h"

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