1__arm__
2__aarch64__
3__i386__
4__x86_64__
5__LP64__
6__BYTE_ORDER__
7__SIZEOF_INT__
8__SIZEOF_LONG__
9__SIZE_TYPE__
10
11/*
12 * check-name: arch/arm
13 * check-command: sparse --arch=arm -E $file
14 *
15 * check-output-start
16
171
18__aarch64__
19__i386__
20__x86_64__
21__LP64__
221234
234
244
25unsigned int
26 * check-output-end
27 */
28