summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/oc/func_def.mm
blob: b3655728a8294528f2247b1d13ea6a9e03d68e92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#import <Foundation/Foundation.h>

extern "C" void function1(void *self, uint32_t *arg2, uint32_t * arg3);

MACRO1(void, function2, type1 arg1, type2 arg2, const type1 * arg3);

MACRO2(status_t, function3,
    void *arg1,
    const sp<IFoo>&arg2) {
}

MACRO2(type4, function4, const void **arg1, type1 arg2, const type3 * arg3, type4 arg4, type4 arg5, bool arg6) {
}