1 | declarationErrors.c:16:1 error: duplicate static in declaration of x1: static const volatile short int
|
---|
2 |
|
---|
3 | declarationErrors.c:17:1 error: conflicting extern & static in declaration of x2: extern const volatile short int
|
---|
4 |
|
---|
5 | declarationErrors.c:18:1 error: conflicting extern & auto, conflicting extern & static, conflicting extern & static, duplicate extern in declaration of x3: extern const volatile short int
|
---|
6 |
|
---|
7 | declarationErrors.c:19:1 error: duplicate static in declaration of x4: static const volatile instance of const volatile struct __anonymous0
|
---|
8 | with members
|
---|
9 | i: int
|
---|
10 | with body
|
---|
11 |
|
---|
12 |
|
---|
13 | declarationErrors.c:20:1 error: duplicate const, duplicate static, duplicate volatile in declaration of x5: static const volatile instance of const volatile struct __anonymous1
|
---|
14 | with members
|
---|
15 | i: int
|
---|
16 | with body
|
---|
17 |
|
---|
18 |
|
---|
19 | declarationErrors.c:22:1 error: duplicate static in declaration of x6: static const volatile instance of type Int
|
---|
20 |
|
---|
21 | declarationErrors.c:24:1 error: duplicate const in declaration of f01: static inline function
|
---|
22 | with no parameters
|
---|
23 | returning const volatile int
|
---|
24 |
|
---|
25 |
|
---|
26 | declarationErrors.c:25:1 error: duplicate volatile in declaration of f02: static inline function
|
---|
27 | with no parameters
|
---|
28 | returning const volatile int
|
---|
29 |
|
---|
30 |
|
---|
31 | declarationErrors.c:26:1 error: duplicate const in declaration of f03: static inline function
|
---|
32 | with no parameters
|
---|
33 | returning const volatile int
|
---|
34 |
|
---|
35 |
|
---|
36 | declarationErrors.c:27:1 error: duplicate volatile in declaration of f04: static inline function
|
---|
37 | with no parameters
|
---|
38 | returning const volatile int
|
---|
39 |
|
---|
40 |
|
---|
41 | declarationErrors.c:28:1 error: duplicate const in declaration of f05: static inline function
|
---|
42 | with no parameters
|
---|
43 | returning const volatile int
|
---|
44 |
|
---|
45 |
|
---|
46 | declarationErrors.c:29:1 error: duplicate volatile in declaration of f06: static inline function
|
---|
47 | with no parameters
|
---|
48 | returning const volatile int
|
---|
49 |
|
---|
50 |
|
---|
51 | declarationErrors.c:30:1 error: duplicate const in declaration of f07: static inline function
|
---|
52 | with no parameters
|
---|
53 | returning const volatile int
|
---|
54 |
|
---|
55 |
|
---|
56 | declarationErrors.c:31:1 error: duplicate const, duplicate volatile in declaration of f08: static inline function
|
---|
57 | with no parameters
|
---|
58 | returning const volatile int
|
---|
59 |
|
---|
60 |
|
---|
61 | declarationErrors.c:33:1 error: duplicate const, duplicate volatile in declaration of f09: static inline function
|
---|
62 | with no parameters
|
---|
63 | returning const volatile int
|
---|
64 |
|
---|
65 |
|
---|
66 | declarationErrors.c:34:1 error: duplicate const, duplicate _Atomic, duplicate _Atomic, duplicate const, duplicate restrict, duplicate volatile in declaration of f09: static inline function
|
---|
67 | with no parameters
|
---|
68 | returning const restrict volatile _Atomic int
|
---|
69 |
|
---|
70 |
|
---|