ObjFW  Diff

Differences From Artifact [339dbedbd5]:

To Artifact [25e9eded06]:


20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
20
21
22
23
24
25
26




27
28
29
30
31
32
33







-
-
-
-







#include <assert.h>
#include <string.h>

#if defined(HAVE_COMPLEX_H) && !defined(__STDC_NO_COMPLEX__)
# include <complex.h>
#endif

#import "OFInvocation.h"
#import "OFMethodSignature.h"
#import "OFAutoreleasePool.h"

#import "TestsAppDelegate.h"

static OFString *module = @"OFInvocation";

struct test_struct {
	unsigned char c;
	unsigned int i;