summaryrefslogtreecommitdiff
path: root/lib9p/tests/test_compile.c
blob: 8f2445ddb95f89bc55cadcf454f284d13c62df48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
/* lib9p/tests/test_compile.c - Generated by lib9p/tests/test_compile.c.gen.  DO NOT EDIT!  */

#include <lib9p/9p.h>
int main(void) {
    [[gnu::unused]] uint64_t x;
    x = LIB9P_TAG_NOTAG;
    x = LIB9P_FID_NOFID;
    x = LIB9P_DM_DIR;
    x = LIB9P_DM_APPEND;
    x = LIB9P_DM_EXCL;
    x = _LIB9P_DM_PLAN9_MOUNT;
    x = LIB9P_DM_AUTH;
    x = LIB9P_DM_TMP;
    x = _LIB9P_DM_UNUSED_25;
    x = _LIB9P_DM_UNUSED_24;
    x = LIB9P_DM_DEVICE;
    x = _LIB9P_DM_UNUSED_22;
    x = LIB9P_DM_PIPE;
    x = LIB9P_DM_SOCKET;
    x = LIB9P_DM_SETUID;
    x = LIB9P_DM_SETGID;
    x = _LIB9P_DM_UNUSED_17;
    x = _LIB9P_DM_UNUSED_16;
    x = _LIB9P_DM_UNUSED_15;
    x = _LIB9P_DM_UNUSED_14;
    x = _LIB9P_DM_UNUSED_13;
    x = _LIB9P_DM_UNUSED_12;
    x = _LIB9P_DM_UNUSED_11;
    x = _LIB9P_DM_UNUSED_10;
    x = _LIB9P_DM_UNUSED_9;
    x = LIB9P_DM_OWNER_R;
    x = LIB9P_DM_OWNER_W;
    x = LIB9P_DM_OWNER_X;
    x = LIB9P_DM_GROUP_R;
    x = LIB9P_DM_GROUP_W;
    x = LIB9P_DM_GROUP_X;
    x = LIB9P_DM_OTHER_R;
    x = LIB9P_DM_OTHER_W;
    x = LIB9P_DM_OTHER_X;
    x = LIB9P_DM_PERM_MASK;
    x = LIB9P_QT_DIR;
    x = LIB9P_QT_APPEND;
    x = LIB9P_QT_EXCL;
    x = _LIB9P_QT_PLAN9_MOUNT;
    x = LIB9P_QT_AUTH;
    x = LIB9P_QT_TMP;
    x = LIB9P_QT_SYMLINK;
    x = _LIB9P_QT_UNUSED_0;
    x = LIB9P_QT_FILE;
    x = LIB9P_NUID_NONUID;
    x = _LIB9P_O_UNUSED_7;
    x = LIB9P_O_RCLOSE;
    x = _LIB9P_O_RESERVED_CEXEC;
    x = LIB9P_O_TRUNC;
    x = _LIB9P_O_UNUSED_3;
    x = _LIB9P_O_UNUSED_2;
    x = LIB9P_O_FLAG_MASK;
    x = LIB9P_O_MODE_READ;
    x = LIB9P_O_MODE_WRITE;
    x = LIB9P_O_MODE_RDWR;
    x = LIB9P_O_MODE_EXEC;
    x = LIB9P_O_MODE_MASK;
    x = LIB9P_ERRNO_NOERROR;
    x = LIB9P_SUPER_MAGIC_V9FS_MAGIC;
    x = _LIB9P_LO_UNUSED_31;
    x = _LIB9P_LO_UNUSED_30;
    x = _LIB9P_LO_UNUSED_29;
    x = _LIB9P_LO_UNUSED_28;
    x = _LIB9P_LO_UNUSED_27;
    x = _LIB9P_LO_UNUSED_26;
    x = _LIB9P_LO_UNUSED_25;
    x = _LIB9P_LO_UNUSED_24;
    x = _LIB9P_LO_UNUSED_23;
    x = _LIB9P_LO_UNUSED_22;
    x = _LIB9P_LO_UNUSED_21;
    x = LIB9P_LO_SYNC;
    x = LIB9P_LO_CLOEXEC;
    x = LIB9P_LO_NOATIME;
    x = LIB9P_LO_NOFOLLOW;
    x = LIB9P_LO_DIRECTORY;
    x = LIB9P_LO_LARGEFILE;
    x = LIB9P_LO_DIRECT;
    x = LIB9P_LO_BSD_FASYNC;
    x = LIB9P_LO_DSYNC;
    x = LIB9P_LO_NONBLOCK;
    x = LIB9P_LO_APPEND;
    x = LIB9P_LO_TRUNC;
    x = LIB9P_LO_NOCTTY;
    x = LIB9P_LO_EXCL;
    x = LIB9P_LO_CREATE;
    x = _LIB9P_LO_UNUSED_5;
    x = _LIB9P_LO_UNUSED_4;
    x = _LIB9P_LO_UNUSED_3;
    x = _LIB9P_LO_UNUSED_2;
    x = LIB9P_LO_FLAG_MASK;
    x = LIB9P_LO_MODE_RDONLY;
    x = LIB9P_LO_MODE_WRONLY;
    x = LIB9P_LO_MODE_RDWR;
    x = LIB9P_LO_MODE_NOACCESS;
    x = LIB9P_LO_MODE_MASK;
    x = LIB9P_DT_UNKNOWN;
    x = LIB9P_DT_PIPE;
    x = LIB9P_DT_CHAR_DEV;
    x = LIB9P_DT_DIRECTORY;
    x = LIB9P_DT_BLOCK_DEV;
    x = LIB9P_DT_REGULAR;
    x = LIB9P_DT_SYMLINK;
    x = LIB9P_DT_SOCKET;
    x = _LIB9P_DT_WHITEOUT;
    x = _LIB9P_MODE_UNUSED_31;
    x = _LIB9P_MODE_UNUSED_30;
    x = _LIB9P_MODE_UNUSED_29;
    x = _LIB9P_MODE_UNUSED_28;
    x = _LIB9P_MODE_UNUSED_27;
    x = _LIB9P_MODE_UNUSED_26;
    x = _LIB9P_MODE_UNUSED_25;
    x = _LIB9P_MODE_UNUSED_24;
    x = _LIB9P_MODE_UNUSED_23;
    x = _LIB9P_MODE_UNUSED_22;
    x = _LIB9P_MODE_UNUSED_21;
    x = _LIB9P_MODE_UNUSED_20;
    x = _LIB9P_MODE_UNUSED_19;
    x = _LIB9P_MODE_UNUSED_18;
    x = _LIB9P_MODE_UNUSED_17;
    x = _LIB9P_MODE_UNUSED_16;
    x = LIB9P_MODE_PERM_SETGROUP;
    x = LIB9P_MODE_PERM_SETUSER;
    x = LIB9P_MODE_PERM_STICKY;
    x = LIB9P_MODE_PERM_OWNER_R;
    x = LIB9P_MODE_PERM_OWNER_W;
    x = LIB9P_MODE_PERM_OWNER_X;
    x = LIB9P_MODE_PERM_GROUP_R;
    x = LIB9P_MODE_PERM_GROUP_W;
    x = LIB9P_MODE_PERM_GROUP_X;
    x = LIB9P_MODE_PERM_OTHER_R;
    x = LIB9P_MODE_PERM_OTHER_W;
    x = LIB9P_MODE_PERM_OTHER_X;
    x = LIB9P_MODE_PERM_MASK;
    x = LIB9P_MODE_FMT_PIPE;
    x = LIB9P_MODE_FMT_CHAR_DEV;
    x = LIB9P_MODE_FMT_DIRECTORY;
    x = LIB9P_MODE_FMT_BLOCK_DEV;
    x = LIB9P_MODE_FMT_REGULAR;
    x = LIB9P_MODE_FMT_SYMLINK;
    x = LIB9P_MODE_FMT_SOCKET;
    x = LIB9P_MODE_FMT_MASK;
    x = LIB9P_B4_FALSE;
    x = LIB9P_B4_TRUE;
    x = _LIB9P_GETATTR_UNUSED_63;
    x = _LIB9P_GETATTR_UNUSED_62;
    x = _LIB9P_GETATTR_UNUSED_61;
    x = _LIB9P_GETATTR_UNUSED_60;
    x = _LIB9P_GETATTR_UNUSED_59;
    x = _LIB9P_GETATTR_UNUSED_58;
    x = _LIB9P_GETATTR_UNUSED_57;
    x = _LIB9P_GETATTR_UNUSED_56;
    x = _LIB9P_GETATTR_UNUSED_55;
    x = _LIB9P_GETATTR_UNUSED_54;
    x = _LIB9P_GETATTR_UNUSED_53;
    x = _LIB9P_GETATTR_UNUSED_52;
    x = _LIB9P_GETATTR_UNUSED_51;
    x = _LIB9P_GETATTR_UNUSED_50;
    x = _LIB9P_GETATTR_UNUSED_49;
    x = _LIB9P_GETATTR_UNUSED_48;
    x = _LIB9P_GETATTR_UNUSED_47;
    x = _LIB9P_GETATTR_UNUSED_46;
    x = _LIB9P_GETATTR_UNUSED_45;
    x = _LIB9P_GETATTR_UNUSED_44;
    x = _LIB9P_GETATTR_UNUSED_43;
    x = _LIB9P_GETATTR_UNUSED_42;
    x = _LIB9P_GETATTR_UNUSED_41;
    x = _LIB9P_GETATTR_UNUSED_40;
    x = _LIB9P_GETATTR_UNUSED_39;
    x = _LIB9P_GETATTR_UNUSED_38;
    x = _LIB9P_GETATTR_UNUSED_37;
    x = _LIB9P_GETATTR_UNUSED_36;
    x = _LIB9P_GETATTR_UNUSED_35;
    x = _LIB9P_GETATTR_UNUSED_34;
    x = _LIB9P_GETATTR_UNUSED_33;
    x = _LIB9P_GETATTR_UNUSED_32;
    x = _LIB9P_GETATTR_UNUSED_31;
    x = _LIB9P_GETATTR_UNUSED_30;
    x = _LIB9P_GETATTR_UNUSED_29;
    x = _LIB9P_GETATTR_UNUSED_28;
    x = _LIB9P_GETATTR_UNUSED_27;
    x = _LIB9P_GETATTR_UNUSED_26;
    x = _LIB9P_GETATTR_UNUSED_25;
    x = _LIB9P_GETATTR_UNUSED_24;
    x = _LIB9P_GETATTR_UNUSED_23;
    x = _LIB9P_GETATTR_UNUSED_22;
    x = _LIB9P_GETATTR_UNUSED_21;
    x = _LIB9P_GETATTR_UNUSED_20;
    x = _LIB9P_GETATTR_UNUSED_19;
    x = _LIB9P_GETATTR_UNUSED_18;
    x = _LIB9P_GETATTR_UNUSED_17;
    x = _LIB9P_GETATTR_UNUSED_16;
    x = _LIB9P_GETATTR_UNUSED_15;
    x = _LIB9P_GETATTR_UNUSED_14;
    x = LIB9P_GETATTR_DATA_VERSION;
    x = LIB9P_GETATTR_GEN;
    x = LIB9P_GETATTR_BTIME;
    x = LIB9P_GETATTR_BLOCKS;
    x = LIB9P_GETATTR_SIZE;
    x = LIB9P_GETATTR_INO;
    x = LIB9P_GETATTR_CTIME;
    x = LIB9P_GETATTR_MTIME;
    x = LIB9P_GETATTR_ATIME;
    x = LIB9P_GETATTR_RDEV;
    x = LIB9P_GETATTR_GID;
    x = LIB9P_GETATTR_UID;
    x = LIB9P_GETATTR_NLINK;
    x = LIB9P_GETATTR_MODE;
    x = LIB9P_GETATTR_BASIC;
    x = LIB9P_GETATTR_ALL;
    x = _LIB9P_SETATTR_UNUSED_31;
    x = _LIB9P_SETATTR_UNUSED_30;
    x = _LIB9P_SETATTR_UNUSED_29;
    x = _LIB9P_SETATTR_UNUSED_28;
    x = _LIB9P_SETATTR_UNUSED_27;
    x = _LIB9P_SETATTR_UNUSED_26;
    x = _LIB9P_SETATTR_UNUSED_25;
    x = _LIB9P_SETATTR_UNUSED_24;
    x = _LIB9P_SETATTR_UNUSED_23;
    x = _LIB9P_SETATTR_UNUSED_22;
    x = _LIB9P_SETATTR_UNUSED_21;
    x = _LIB9P_SETATTR_UNUSED_20;
    x = _LIB9P_SETATTR_UNUSED_19;
    x = _LIB9P_SETATTR_UNUSED_18;
    x = _LIB9P_SETATTR_UNUSED_17;
    x = _LIB9P_SETATTR_UNUSED_16;
    x = _LIB9P_SETATTR_UNUSED_15;
    x = _LIB9P_SETATTR_UNUSED_14;
    x = _LIB9P_SETATTR_UNUSED_13;
    x = _LIB9P_SETATTR_UNUSED_12;
    x = _LIB9P_SETATTR_UNUSED_11;
    x = _LIB9P_SETATTR_UNUSED_10;
    x = _LIB9P_SETATTR_UNUSED_9;
    x = LIB9P_SETATTR_MTIME_SET;
    x = LIB9P_SETATTR_ATIME_SET;
    x = LIB9P_SETATTR_CTIME;
    x = LIB9P_SETATTR_MTIME;
    x = LIB9P_SETATTR_ATIME;
    x = LIB9P_SETATTR_SIZE;
    x = LIB9P_SETATTR_GID;
    x = LIB9P_SETATTR_UID;
    x = LIB9P_SETATTR_MODE;
    x = LIB9P_LOCK_TYPE_RDLCK;
    x = LIB9P_LOCK_TYPE_WRLCK;
    x = LIB9P_LOCK_TYPE_UNLCK;
    x = _LIB9P_LOCK_FLAGS_UNUSED_31;
    x = _LIB9P_LOCK_FLAGS_UNUSED_30;
    x = _LIB9P_LOCK_FLAGS_UNUSED_29;
    x = _LIB9P_LOCK_FLAGS_UNUSED_28;
    x = _LIB9P_LOCK_FLAGS_UNUSED_27;
    x = _LIB9P_LOCK_FLAGS_UNUSED_26;
    x = _LIB9P_LOCK_FLAGS_UNUSED_25;
    x = _LIB9P_LOCK_FLAGS_UNUSED_24;
    x = _LIB9P_LOCK_FLAGS_UNUSED_23;
    x = _LIB9P_LOCK_FLAGS_UNUSED_22;
    x = _LIB9P_LOCK_FLAGS_UNUSED_21;
    x = _LIB9P_LOCK_FLAGS_UNUSED_20;
    x = _LIB9P_LOCK_FLAGS_UNUSED_19;
    x = _LIB9P_LOCK_FLAGS_UNUSED_18;
    x = _LIB9P_LOCK_FLAGS_UNUSED_17;
    x = _LIB9P_LOCK_FLAGS_UNUSED_16;
    x = _LIB9P_LOCK_FLAGS_UNUSED_15;
    x = _LIB9P_LOCK_FLAGS_UNUSED_14;
    x = _LIB9P_LOCK_FLAGS_UNUSED_13;
    x = _LIB9P_LOCK_FLAGS_UNUSED_12;
    x = _LIB9P_LOCK_FLAGS_UNUSED_11;
    x = _LIB9P_LOCK_FLAGS_UNUSED_10;
    x = _LIB9P_LOCK_FLAGS_UNUSED_9;
    x = _LIB9P_LOCK_FLAGS_UNUSED_8;
    x = _LIB9P_LOCK_FLAGS_UNUSED_7;
    x = _LIB9P_LOCK_FLAGS_UNUSED_6;
    x = _LIB9P_LOCK_FLAGS_UNUSED_5;
    x = _LIB9P_LOCK_FLAGS_UNUSED_4;
    x = _LIB9P_LOCK_FLAGS_UNUSED_3;
    x = _LIB9P_LOCK_FLAGS_UNUSED_2;
    x = LIB9P_LOCK_FLAGS_RECLAIM;
    x = LIB9P_LOCK_FLAGS_BLOCK;
    x = LIB9P_LOCK_STATUS_SUCCESS;
    x = LIB9P_LOCK_STATUS_BLOCKED;
    x = LIB9P_LOCK_STATUS_ERROR;
    x = LIB9P_LOCK_STATUS_GRACE;
    x = LIB9P_TMSG_MAX_IOV;
    x = LIB9P_TMSG_MAX_IOV;
    x = LIB9P_TMSG_MAX_COPY;
    x = LIB9P_TMSG_MAX_COPY;
    x = LIB9P_TMSG_MAX_COPY;
    x = LIB9P_TMSG_MAX_COPY;
    x = LIB9P_TMSG_MAX_COPY;
    x = LIB9P_TMSG_MAX_COPY;
    x = LIB9P_RMSG_MAX_IOV;
    x = LIB9P_RMSG_MAX_IOV;
    x = LIB9P_RMSG_MAX_IOV;
    x = LIB9P_RMSG_MAX_COPY;
    return 0;
}