summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/oc/50618-func_def.mm
blob: 49de2fea87730d7de72589ee49efa19a96f57f36 (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) {
}