#define WUSI
    test(5);
#end

int test() {
    return 5;
}