Skip to content

Instantly share code, notes, and snippets.

@JesseRMeyer
Created January 28, 2020 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JesseRMeyer/9e97285c024c412992163956e04e2633 to your computer and use it in GitHub Desktop.
Save JesseRMeyer/9e97285c024c412992163956e04e2633 to your computer and use it in GitHub Desktop.
pub const __INTMAX_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINTMAX_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __PTRDIFF_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __INTPTR_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __SIZE_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __WCHAR_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __WINT_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __CHAR16_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __CHAR32_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINTPTR_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __INT8_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __INT64_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT8_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT16_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT32_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT64_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __INT_LEAST8_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT_LEAST8_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT_LEAST16_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT_LEAST32_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __INT_LEAST64_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT_LEAST64_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __INT_FAST8_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT_FAST8_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT_FAST16_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT_FAST32_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __INT_FAST64_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT_FAST64_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const macro = @compileError("unable to translate C expr: unexpected token Id.Eof");
pub const __AVX__ = 1;
pub const __LDBL_DECIMAL_DIG__ = 17;
pub const __UINT64_MAX__ = @as(c_ulonglong, 18446744073709551615);
pub const __FINITE_MATH_ONLY__ = 0;
pub const __SSE4_1__ = 1;
pub const __SIZEOF_FLOAT__ = 4;
pub const __SEG_GS = 1;
pub const __UINT_LEAST64_FMTX__ = "llX";
pub const __INT_FAST8_MAX__ = 127;
pub const __INT_FAST64_FMTd__ = "lld";
pub const __tune_corei7__ = 1;
pub const _MSC_BUILD = 1;
pub const __OBJC_BOOL_IS_BOOL = 0;
pub const __INT_LEAST8_FMTi__ = "hhi";
pub const __UINT64_FMTX__ = "llX";
pub const __SSE4_2__ = 1;
pub const __SIG_ATOMIC_MAX__ = 2147483647;
pub const __RDRND__ = 1;
pub const __seg_fs = __attribute__(address_space(257));
pub const __SSE__ = 1;
pub const __XSAVEOPT__ = 1;
pub const __BYTE_ORDER__ = __ORDER_LITTLE_ENDIAN__;
pub const __NO_MATH_INLINES = 1;
pub const __UINTMAX_FMTX__ = "llX";
pub const __INT16_FMTi__ = "hi";
pub const __INT_FAST32_FMTd__ = "d";
pub const __STDC_UTF_16__ = 1;
pub const __UINT_FAST16_MAX__ = 65535;
pub const __LDBL_MIN_EXP__ = -1021;
pub const __ATOMIC_ACQUIRE = 2;
pub const __LDBL_HAS_DENORM__ = 1;
pub const __INTMAX_FMTi__ = "lli";
pub const __UINTMAX_FMTu__ = "llu";
pub const __UINT_LEAST16_FMTo__ = "ho";
pub const __FLT_EPSILON__ = @as(f32, 1.19209290e-7);
pub const __UINT_FAST32_FMTo__ = "o";
pub const __UINT32_MAX__ = @as(c_uint, 4294967295);
pub const __UINT32_FMTu__ = "u";
pub const __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 = 1;
pub const __SIG_ATOMIC_WIDTH__ = 32;
pub const __INT_MAX__ = 2147483647;
pub const __INT_LEAST64_MAX__ = @as(c_longlong, 9223372036854775807);
pub const __amd64__ = 1;
pub const __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 = 1;
pub const _INTEGRAL_MAX_BITS = 64;
pub const __INT64_C_SUFFIX__ = LL;
pub const __LDBL_EPSILON__ = @as(f64, 2.2204460492503131e-16);
pub const __SIZEOF_INT128__ = 16;
pub const __INT64_MAX__ = @as(c_longlong, 9223372036854775807);
pub const __DBL_MIN_10_EXP__ = -307;
pub const __CLANG_ATOMIC_INT_LOCK_FREE = 2;
pub const __INT_LEAST32_MAX__ = 2147483647;
pub const __INT_FAST16_FMTd__ = "hd";
pub const __UINT_LEAST64_FMTu__ = "llu";
pub const __SSE2_MATH__ = 1;
pub const __DBL_DENORM_MIN__ = 4.9406564584124654e-324;
pub const __UINT8_FMTu__ = "hhu";
pub const __INT_FAST16_MAX__ = 32767;
pub const __SIZE_FMTx__ = "llx";
pub const __ORDER_PDP_ENDIAN__ = 3412;
pub const __POPCNT__ = 1;
pub const __UINT8_FMTX__ = "hhX";
pub const __POINTER_WIDTH__ = 64;
pub const __UINT64_FMTx__ = "llx";
pub const __ATOMIC_ACQ_REL = 4;
pub const __UINT_LEAST32_FMTx__ = "x";
pub const __LDBL_MAX_10_EXP__ = 308;
pub const __LDBL_MIN_10_EXP__ = -307;
pub const __PTRDIFF_FMTi__ = "lli";
pub const __DBL_MAX_10_EXP__ = 308;
pub const __STDC_HOSTED__ = 1;
pub const __INT_FAST32_FMTi__ = "i";
pub const __SIZEOF_LONG__ = 4;
pub const __FLT_MIN_EXP__ = -125;
pub const __PIC__ = 2;
pub const __seg_gs = __attribute__(address_space(256));
pub const __FXSR__ = 1;
pub const __UINT64_FMTo__ = "llo";
pub const __FLT_MIN__ = @as(f32, 1.17549435e-38);
pub const __UINT_FAST16_FMTx__ = "hx";
pub const __FLT_EVAL_METHOD__ = 0;
pub const __UINTMAX_FMTx__ = "llx";
pub const __UINT_LEAST8_FMTo__ = "hho";
pub const __code_model_small_ = 1;
pub const __UINT_FAST8_FMTu__ = "hhu";
pub const __FLT_MAX_EXP__ = 128;
pub const _WIN32 = 1;
pub const __DBL_HAS_DENORM__ = 1;
pub const __WINT_UNSIGNED__ = 1;
pub const __UINT_LEAST64_FMTo__ = "llo";
pub const __INT_LEAST64_FMTd__ = "lld";
pub const __SSSE3__ = 1;
pub const __UINT_LEAST8_FMTu__ = "hhu";
pub const __STDC_UTF_32__ = 1;
pub const __FLT_MAX__ = @as(f32, 3.40282347e+38);
pub const __PTRDIFF_WIDTH__ = 64;
pub const __UINT_FAST8_FMTX__ = "hhX";
pub const __SIZE_WIDTH__ = 64;
pub const __UINT_FAST16_FMTu__ = "hu";
pub const __LDBL_MIN__ = @as(f64, 2.2250738585072014e-308);
pub const __UINTMAX_MAX__ = @as(c_ulonglong, 18446744073709551615);
pub const __INT_LEAST16_FMTd__ = "hd";
pub const __UINT_FAST32_FMTX__ = "X";
pub const __SIZEOF_PTRDIFF_T__ = 8;
pub const __DECIMAL_DIG__ = __LDBL_DECIMAL_DIG__;
pub const __UINT_LEAST16_FMTu__ = "hu";
pub const __UINT16_FMTu__ = "hu";
pub const __clang_patchlevel__ = 0;
pub const __WCHAR_UNSIGNED__ = 1;
pub const __DBL_MANT_DIG__ = 53;
pub const __UINT64_FMTu__ = "llu";
pub const __CLANG_ATOMIC_WCHAR_T_LOCK_FREE = 2;
pub const __INT_LEAST64_FMTi__ = "lli";
pub const __UINT32_FMTX__ = "X";
pub const __DBL_DIG__ = 15;
pub const __SHRT_MAX__ = 32767;
pub const __SIZEOF_SHORT__ = 2;
pub const __LDBL_DIG__ = 15;
pub const _M_X64 = 100;
pub const __ATOMIC_CONSUME = 1;
pub const __OPENCL_MEMORY_SCOPE_DEVICE = 2;
pub const __INT_FAST8_FMTd__ = "hhd";
pub const __UINT_FAST16_FMTX__ = "hX";
pub const __INT_FAST16_FMTi__ = "hi";
pub const __INT32_FMTd__ = "d";
pub const __INT8_MAX__ = 127;
pub const __FLT_DENORM_MIN__ = @as(f32, 1.40129846e-45);
pub const __FLT_DECIMAL_DIG__ = 9;
pub const __INT_LEAST32_FMTd__ = "d";
pub const __MMX__ = 1;
pub const __NO_INLINE__ = 1;
pub const __SIZEOF_WINT_T__ = 2;
pub const __UINT8_FMTo__ = "hho";
pub const _MSC_FULL_VER = 192428315;
pub const __CLANG_ATOMIC_POINTER_LOCK_FREE = 2;
pub const __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 = 1;
pub const __INTMAX_C_SUFFIX__ = LL;
pub const __FLT_HAS_DENORM__ = 1;
pub const __UINT_LEAST32_FMTu__ = "u";
pub const __INT_LEAST16_FMTi__ = "hi";
pub const __LITTLE_ENDIAN__ = 1;
pub const __FLT_DIG__ = 6;
pub const __UINTMAX_C_SUFFIX__ = ULL;
pub const __INTPTR_FMTi__ = "lli";
pub const __UINT32_FMTo__ = "o";
pub const __UINT_FAST64_MAX__ = @as(c_ulonglong, 18446744073709551615);
pub const __OPENCL_MEMORY_SCOPE_WORK_ITEM = 0;
pub const __UINT_FAST64_FMTo__ = "llo";
pub const __VERSION__ = "Clang 9.0.0 (tags/RELEASE_900/final)";
pub const __DBL_HAS_INFINITY__ = 1;
pub const __INT_LEAST16_MAX__ = 32767;
pub const __SIZEOF_LONG_LONG__ = 8;
pub const __SCHAR_MAX__ = 127;
pub const __INT32_TYPE__ = int;
pub const __OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES = 3;
pub const __UINTPTR_FMTX__ = "llX";
pub const __INT8_FMTi__ = "hhi";
pub const __SIZEOF_LONG_DOUBLE__ = 8;
pub const __UINT32_FMTx__ = "x";
pub const __corei7 = 1;
pub const __LDBL_HAS_QUIET_NAN__ = 1;
pub const __DBL_MIN_EXP__ = -1021;
pub const __UINT_FAST32_FMTu__ = "u";
pub const __UINT8_FMTx__ = "hhx";
pub const __INT_FAST64_FMTi__ = "lli";
pub const __INT64_FMTi__ = "lli";
pub const __UINT_LEAST8_FMTX__ = "hhX";
pub const __clang_major__ = 9;
pub const __OPENCL_MEMORY_SCOPE_SUB_GROUP = 4;
pub const __UINT_LEAST64_FMTx__ = "llx";
pub const __INT16_MAX__ = 32767;
pub const __UINT_LEAST64_MAX__ = @as(c_ulonglong, 18446744073709551615);
pub const __pic__ = 2;
pub const __clang__ = 1;
pub const __FLT_HAS_INFINITY__ = 1;
pub const __UINTPTR_FMTu__ = "llu";
pub const _MSC_EXTENSIONS = 1;
pub const __INT_FAST32_TYPE__ = int;
pub const __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 = 1;
pub const __UINT16_FMTo__ = "ho";
pub const __UINT16_FMTx__ = "hx";
pub const __INT_FAST8_FMTi__ = "hhi";
pub const __UINT_FAST64_FMTx__ = "llx";
pub const __UINT_LEAST32_FMTo__ = "o";
pub const __UINT_LEAST8_MAX__ = 255;
pub const __FLT_MIN_10_EXP__ = -37;
pub const __UINT_LEAST16_FMTX__ = "hX";
pub const __UINT_LEAST32_MAX__ = @as(c_uint, 4294967295);
pub const __LDBL_HAS_INFINITY__ = 1;
pub const __UINT_FAST8_FMTx__ = "hhx";
pub const __UINT_LEAST32_FMTX__ = "X";
pub const __SIZE_FMTu__ = "llu";
pub const __SIZEOF_POINTER__ = 8;
pub const __SIZE_FMTX__ = "llX";
pub const __UINT_LEAST16_MAX__ = 65535;
pub const __CONSTANT_CFSTRINGS__ = 1;
pub const __SSE_MATH__ = 1;
pub const __DBL_EPSILON__ = 2.2204460492503131e-16;
pub const __INT16_FMTd__ = "hd";
pub const __llvm__ = 1;
pub const __clang_version__ = "9.0.0 (tags/RELEASE_900/final)";
pub const __ATOMIC_RELEASE = 3;
pub const __DBL_MAX_EXP__ = 1024;
pub const __CLANG_ATOMIC_CHAR_LOCK_FREE = 2;
pub const __UINT_FAST64_FMTX__ = "llX";
pub const __INTMAX_FMTd__ = "lld";
pub const __SEG_FS = 1;
pub const __CLANG_ATOMIC_CHAR32_T_LOCK_FREE = 2;
pub const __GCC_ASM_FLAG_OUTPUTS__ = 1;
pub const __UINT_FAST8_FMTo__ = "hho";
pub const __PTRDIFF_MAX__ = @as(c_longlong, 9223372036854775807);
pub const __ORDER_LITTLE_ENDIAN__ = 1234;
pub const __WINT_WIDTH__ = 16;
pub const __INT16_TYPE__ = short;
pub const __PCLMUL__ = 1;
pub const __FLT_MAX_10_EXP__ = 38;
pub const __LDBL_MAX__ = @as(f64, 1.7976931348623157e+308);
pub const __UINTPTR_FMTx__ = "llx";
pub const _DEBUG = 1;
pub const __LDBL_MAX_EXP__ = 1024;
pub const __UINT_FAST32_MAX__ = @as(c_uint, 4294967295);
pub const __UINTPTR_WIDTH__ = 64;
pub const __INT_LEAST32_FMTi__ = "i";
pub const __AES__ = 1;
pub const __FLT_RADIX__ = 2;
pub const __amd64 = 1;
pub const __WINT_MAX__ = 65535;
pub const __WCHAR_WIDTH__ = 16;
pub const __UINT16_FMTX__ = "hX";
pub const _MSC_VER = 1924;
pub const __UINTPTR_FMTo__ = "llo";
pub const __INT32_MAX__ = 2147483647;
pub const __INTPTR_FMTd__ = "lld";
pub const __INT_LEAST16_TYPE__ = short;
pub const __INTPTR_WIDTH__ = 64;
pub const __INT64_FMTd__ = "lld";
pub const __XSAVE__ = 1;
pub const __INT_FAST32_MAX__ = 2147483647;
pub const __UINT16_MAX__ = 65535;
pub const __INT32_FMTi__ = "i";
pub const __ATOMIC_RELAXED = 0;
pub const __UINT_FAST16_FMTo__ = "ho";
pub const __FLT_HAS_QUIET_NAN__ = 1;
pub const __UINT_LEAST16_FMTx__ = "hx";
pub const __UINT_FAST64_FMTu__ = "llu";
pub const __corei7__ = 1;
pub const _M_AMD64 = 100;
pub const __CLANG_ATOMIC_CHAR16_T_LOCK_FREE = 2;
pub const __SSE2__ = 1;
pub const __INT_LEAST32_TYPE__ = int;
pub const __BIGGEST_ALIGNMENT__ = 16;
pub const __SIZE_MAX__ = @as(c_ulonglong, 18446744073709551615);
pub const __INT_FAST16_TYPE__ = short;
pub const __INT_FAST64_MAX__ = @as(c_longlong, 9223372036854775807);
pub const __UINT64_C_SUFFIX__ = ULL;
pub const __CLANG_ATOMIC_LLONG_LOCK_FREE = 2;
pub const __UINTPTR_MAX__ = @as(c_ulonglong, 18446744073709551615);
pub const __UINT_FAST32_FMTx__ = "x";
pub const __LONG_MAX__ = @as(c_long, 2147483647);
pub const __PTRDIFF_FMTd__ = "lld";
pub const __DBL_MAX__ = 1.7976931348623157e+308;
pub const __LONG_LONG_MAX__ = @as(c_longlong, 9223372036854775807);
pub const __CLANG_ATOMIC_BOOL_LOCK_FREE = 2;
pub const __WCHAR_MAX__ = 65535;
pub const __CHAR_BIT__ = 8;
pub const __ATOMIC_SEQ_CST = 5;
pub const __LDBL_MANT_DIG__ = 53;
pub const __DBL_DECIMAL_DIG__ = 17;
pub const __UINT_LEAST8_FMTx__ = "hhx";
pub const __UINT_FAST8_MAX__ = 255;
pub const __SIZEOF_SIZE_T__ = 8;
pub const __FSGSBASE__ = 1;
pub const __ORDER_BIG_ENDIAN__ = 4321;
pub const __STDC_VERSION__ = @as(c_long, 201112);
pub const __INTPTR_MAX__ = @as(c_longlong, 9223372036854775807);
pub const __INT_LEAST8_FMTd__ = "hhd";
pub const __INTMAX_WIDTH__ = 64;
pub const __F16C__ = 1;
pub const __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 = 1;
pub const __OPENCL_MEMORY_SCOPE_WORK_GROUP = 1;
pub const __CLANG_ATOMIC_SHORT_LOCK_FREE = 2;
pub const __SIZEOF_INT__ = 4;
pub const __UINT32_C_SUFFIX__ = U;
pub const __x86_64__ = 1;
pub const __FLT_MANT_DIG__ = 24;
pub const __LDBL_DENORM_MIN__ = @as(f64, 4.9406564584124654e-324);
pub const __INT_LEAST8_MAX__ = 127;
pub const _WIN64 = 1;
pub const __UINTMAX_FMTo__ = "llo";
pub const __x86_64 = 1;
pub const __SIZE_FMTo__ = "llo";
pub const __SIZEOF_DOUBLE__ = 8;
pub const __CLANG_ATOMIC_LONG_LOCK_FREE = 2;
pub const __INTMAX_MAX__ = @as(c_longlong, 9223372036854775807);
pub const __INT8_FMTd__ = "hhd";
pub const __UINTMAX_WIDTH__ = 64;
pub const __UINT8_MAX__ = 255;
pub const __DBL_MIN__ = 2.2250738585072014e-308;
pub const __PRAGMA_REDEFINE_EXTNAME = 1;
pub const __DBL_HAS_QUIET_NAN__ = 1;
pub const __clang_minor__ = 0;
pub const __SIZEOF_WCHAR_T__ = 2;
PS C:\dev\src> zig translate-c bug1_translatec.c
pub const __INTMAX_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINTMAX_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __PTRDIFF_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __INTPTR_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __SIZE_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __WCHAR_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __WINT_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __CHAR16_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __CHAR32_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINTPTR_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __INT8_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __INT64_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT8_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT16_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT32_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT64_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __INT_LEAST8_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT_LEAST8_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT_LEAST16_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT_LEAST32_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __INT_LEAST64_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT_LEAST64_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __INT_FAST8_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT_FAST8_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT_FAST16_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT_FAST32_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __INT_FAST64_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const __UINT_FAST64_TYPE__ = @compileError("unable to translate C expr: unexpected token Id.Identifier");
pub const macro = @compileError("unable to translate C expr: unexpected token Id.Eof");
pub const __AVX__ = 1;
pub const __LDBL_DECIMAL_DIG__ = 17;
pub const __UINT64_MAX__ = @as(c_ulonglong, 18446744073709551615);
pub const __FINITE_MATH_ONLY__ = 0;
pub const __SSE4_1__ = 1;
pub const __SIZEOF_FLOAT__ = 4;
pub const __SEG_GS = 1;
pub const __UINT_LEAST64_FMTX__ = "llX";
pub const __INT_FAST8_MAX__ = 127;
pub const __INT_FAST64_FMTd__ = "lld";
pub const __tune_corei7__ = 1;
pub const _MSC_BUILD = 1;
pub const __OBJC_BOOL_IS_BOOL = 0;
pub const __INT_LEAST8_FMTi__ = "hhi";
pub const __UINT64_FMTX__ = "llX";
pub const __SSE4_2__ = 1;
pub const __SIG_ATOMIC_MAX__ = 2147483647;
pub const __RDRND__ = 1;
pub const __seg_fs = __attribute__(address_space(257));
pub const __SSE__ = 1;
pub const __XSAVEOPT__ = 1;
pub const __BYTE_ORDER__ = __ORDER_LITTLE_ENDIAN__;
pub const __NO_MATH_INLINES = 1;
pub const __UINTMAX_FMTX__ = "llX";
pub const __INT16_FMTi__ = "hi";
pub const __INT_FAST32_FMTd__ = "d";
pub const __STDC_UTF_16__ = 1;
pub const __UINT_FAST16_MAX__ = 65535;
pub const __LDBL_MIN_EXP__ = -1021;
pub const __ATOMIC_ACQUIRE = 2;
pub const __LDBL_HAS_DENORM__ = 1;
pub const __INTMAX_FMTi__ = "lli";
pub const __UINTMAX_FMTu__ = "llu";
pub const __UINT_LEAST16_FMTo__ = "ho";
pub const __FLT_EPSILON__ = @as(f32, 1.19209290e-7);
pub const __UINT_FAST32_FMTo__ = "o";
pub const __UINT32_MAX__ = @as(c_uint, 4294967295);
pub const __UINT32_FMTu__ = "u";
pub const __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 = 1;
pub const __SIG_ATOMIC_WIDTH__ = 32;
pub const __INT_MAX__ = 2147483647;
pub const __INT_LEAST64_MAX__ = @as(c_longlong, 9223372036854775807);
pub const __amd64__ = 1;
pub const __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 = 1;
pub const _INTEGRAL_MAX_BITS = 64;
pub const __INT64_C_SUFFIX__ = LL;
pub const __LDBL_EPSILON__ = @as(f64, 2.2204460492503131e-16);
pub const __SIZEOF_INT128__ = 16;
pub const __INT64_MAX__ = @as(c_longlong, 9223372036854775807);
pub const __DBL_MIN_10_EXP__ = -307;
pub const __CLANG_ATOMIC_INT_LOCK_FREE = 2;
pub const __INT_LEAST32_MAX__ = 2147483647;
pub const __INT_FAST16_FMTd__ = "hd";
pub const __UINT_LEAST64_FMTu__ = "llu";
pub const __SSE2_MATH__ = 1;
pub const __DBL_DENORM_MIN__ = 4.9406564584124654e-324;
pub const __UINT8_FMTu__ = "hhu";
pub const __INT_FAST16_MAX__ = 32767;
pub const __SIZE_FMTx__ = "llx";
pub const __ORDER_PDP_ENDIAN__ = 3412;
pub const __POPCNT__ = 1;
pub const __UINT8_FMTX__ = "hhX";
pub const __POINTER_WIDTH__ = 64;
pub const __UINT64_FMTx__ = "llx";
pub const __ATOMIC_ACQ_REL = 4;
pub const __UINT_LEAST32_FMTx__ = "x";
pub const __LDBL_MAX_10_EXP__ = 308;
pub const __LDBL_MIN_10_EXP__ = -307;
pub const __PTRDIFF_FMTi__ = "lli";
pub const __DBL_MAX_10_EXP__ = 308;
pub const __STDC_HOSTED__ = 1;
pub const __INT_FAST32_FMTi__ = "i";
pub const __SIZEOF_LONG__ = 4;
pub const __FLT_MIN_EXP__ = -125;
pub const __PIC__ = 2;
pub const __seg_gs = __attribute__(address_space(256));
pub const __FXSR__ = 1;
pub const __UINT64_FMTo__ = "llo";
pub const __FLT_MIN__ = @as(f32, 1.17549435e-38);
pub const __UINT_FAST16_FMTx__ = "hx";
pub const __FLT_EVAL_METHOD__ = 0;
pub const __UINTMAX_FMTx__ = "llx";
pub const __UINT_LEAST8_FMTo__ = "hho";
pub const __code_model_small_ = 1;
pub const __UINT_FAST8_FMTu__ = "hhu";
pub const __FLT_MAX_EXP__ = 128;
pub const _WIN32 = 1;
pub const __DBL_HAS_DENORM__ = 1;
pub const __WINT_UNSIGNED__ = 1;
pub const __UINT_LEAST64_FMTo__ = "llo";
pub const __INT_LEAST64_FMTd__ = "lld";
pub const __SSSE3__ = 1;
pub const __UINT_LEAST8_FMTu__ = "hhu";
pub const __STDC_UTF_32__ = 1;
pub const __FLT_MAX__ = @as(f32, 3.40282347e+38);
pub const __PTRDIFF_WIDTH__ = 64;
pub const __UINT_FAST8_FMTX__ = "hhX";
pub const __SIZE_WIDTH__ = 64;
pub const __UINT_FAST16_FMTu__ = "hu";
pub const __LDBL_MIN__ = @as(f64, 2.2250738585072014e-308);
pub const __UINTMAX_MAX__ = @as(c_ulonglong, 18446744073709551615);
pub const __INT_LEAST16_FMTd__ = "hd";
pub const __UINT_FAST32_FMTX__ = "X";
pub const __SIZEOF_PTRDIFF_T__ = 8;
pub const __DECIMAL_DIG__ = __LDBL_DECIMAL_DIG__;
pub const __UINT_LEAST16_FMTu__ = "hu";
pub const __UINT16_FMTu__ = "hu";
pub const __clang_patchlevel__ = 0;
pub const __WCHAR_UNSIGNED__ = 1;
pub const __DBL_MANT_DIG__ = 53;
pub const __UINT64_FMTu__ = "llu";
pub const __CLANG_ATOMIC_WCHAR_T_LOCK_FREE = 2;
pub const __INT_LEAST64_FMTi__ = "lli";
pub const __UINT32_FMTX__ = "X";
pub const __DBL_DIG__ = 15;
pub const __SHRT_MAX__ = 32767;
pub const __SIZEOF_SHORT__ = 2;
pub const __LDBL_DIG__ = 15;
pub const _M_X64 = 100;
pub const __ATOMIC_CONSUME = 1;
pub const __OPENCL_MEMORY_SCOPE_DEVICE = 2;
pub const __INT_FAST8_FMTd__ = "hhd";
pub const __UINT_FAST16_FMTX__ = "hX";
pub const __INT_FAST16_FMTi__ = "hi";
pub const __INT32_FMTd__ = "d";
pub const __INT8_MAX__ = 127;
pub const __FLT_DENORM_MIN__ = @as(f32, 1.40129846e-45);
pub const __FLT_DECIMAL_DIG__ = 9;
pub const __INT_LEAST32_FMTd__ = "d";
pub const __MMX__ = 1;
pub const __NO_INLINE__ = 1;
pub const __SIZEOF_WINT_T__ = 2;
pub const __UINT8_FMTo__ = "hho";
pub const _MSC_FULL_VER = 192428315;
pub const __CLANG_ATOMIC_POINTER_LOCK_FREE = 2;
pub const __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 = 1;
pub const __INTMAX_C_SUFFIX__ = LL;
pub const __FLT_HAS_DENORM__ = 1;
pub const __UINT_LEAST32_FMTu__ = "u";
pub const __INT_LEAST16_FMTi__ = "hi";
pub const __LITTLE_ENDIAN__ = 1;
pub const __FLT_DIG__ = 6;
pub const __UINTMAX_C_SUFFIX__ = ULL;
pub const __INTPTR_FMTi__ = "lli";
pub const __UINT32_FMTo__ = "o";
pub const __UINT_FAST64_MAX__ = @as(c_ulonglong, 18446744073709551615);
pub const __OPENCL_MEMORY_SCOPE_WORK_ITEM = 0;
pub const __UINT_FAST64_FMTo__ = "llo";
pub const __VERSION__ = "Clang 9.0.0 (tags/RELEASE_900/final)";
pub const __DBL_HAS_INFINITY__ = 1;
pub const __INT_LEAST16_MAX__ = 32767;
pub const __SIZEOF_LONG_LONG__ = 8;
pub const __SCHAR_MAX__ = 127;
pub const __INT32_TYPE__ = int;
pub const __OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES = 3;
pub const __UINTPTR_FMTX__ = "llX";
pub const __INT8_FMTi__ = "hhi";
pub const __SIZEOF_LONG_DOUBLE__ = 8;
pub const __UINT32_FMTx__ = "x";
pub const __corei7 = 1;
pub const __LDBL_HAS_QUIET_NAN__ = 1;
pub const __DBL_MIN_EXP__ = -1021;
pub const __UINT_FAST32_FMTu__ = "u";
pub const __UINT8_FMTx__ = "hhx";
pub const __INT_FAST64_FMTi__ = "lli";
pub const __INT64_FMTi__ = "lli";
pub const __UINT_LEAST8_FMTX__ = "hhX";
pub const __clang_major__ = 9;
pub const __OPENCL_MEMORY_SCOPE_SUB_GROUP = 4;
pub const __UINT_LEAST64_FMTx__ = "llx";
pub const __INT16_MAX__ = 32767;
pub const __UINT_LEAST64_MAX__ = @as(c_ulonglong, 18446744073709551615);
pub const __pic__ = 2;
pub const __clang__ = 1;
pub const __FLT_HAS_INFINITY__ = 1;
pub const __UINTPTR_FMTu__ = "llu";
pub const _MSC_EXTENSIONS = 1;
pub const __INT_FAST32_TYPE__ = int;
pub const __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 = 1;
pub const __UINT16_FMTo__ = "ho";
pub const __UINT16_FMTx__ = "hx";
pub const __INT_FAST8_FMTi__ = "hhi";
pub const __UINT_FAST64_FMTx__ = "llx";
pub const __UINT_LEAST32_FMTo__ = "o";
pub const __UINT_LEAST8_MAX__ = 255;
pub const __FLT_MIN_10_EXP__ = -37;
pub const __UINT_LEAST16_FMTX__ = "hX";
pub const __UINT_LEAST32_MAX__ = @as(c_uint, 4294967295);
pub const __LDBL_HAS_INFINITY__ = 1;
pub const __UINT_FAST8_FMTx__ = "hhx";
pub const __UINT_LEAST32_FMTX__ = "X";
pub const __SIZE_FMTu__ = "llu";
pub const __SIZEOF_POINTER__ = 8;
pub const __SIZE_FMTX__ = "llX";
pub const __UINT_LEAST16_MAX__ = 65535;
pub const __CONSTANT_CFSTRINGS__ = 1;
pub const __SSE_MATH__ = 1;
pub const __DBL_EPSILON__ = 2.2204460492503131e-16;
pub const __INT16_FMTd__ = "hd";
pub const __llvm__ = 1;
pub const __clang_version__ = "9.0.0 (tags/RELEASE_900/final)";
pub const __ATOMIC_RELEASE = 3;
pub const __DBL_MAX_EXP__ = 1024;
pub const __CLANG_ATOMIC_CHAR_LOCK_FREE = 2;
pub const __UINT_FAST64_FMTX__ = "llX";
pub const __INTMAX_FMTd__ = "lld";
pub const __SEG_FS = 1;
pub const __CLANG_ATOMIC_CHAR32_T_LOCK_FREE = 2;
pub const __GCC_ASM_FLAG_OUTPUTS__ = 1;
pub const __UINT_FAST8_FMTo__ = "hho";
pub const __PTRDIFF_MAX__ = @as(c_longlong, 9223372036854775807);
pub const __ORDER_LITTLE_ENDIAN__ = 1234;
pub const __WINT_WIDTH__ = 16;
pub const __INT16_TYPE__ = short;
pub const __PCLMUL__ = 1;
pub const __FLT_MAX_10_EXP__ = 38;
pub const __LDBL_MAX__ = @as(f64, 1.7976931348623157e+308);
pub const __UINTPTR_FMTx__ = "llx";
pub const _DEBUG = 1;
pub const __LDBL_MAX_EXP__ = 1024;
pub const __UINT_FAST32_MAX__ = @as(c_uint, 4294967295);
pub const __UINTPTR_WIDTH__ = 64;
pub const __INT_LEAST32_FMTi__ = "i";
pub const __AES__ = 1;
pub const __FLT_RADIX__ = 2;
pub const __amd64 = 1;
pub const __WINT_MAX__ = 65535;
pub const __WCHAR_WIDTH__ = 16;
pub const __UINT16_FMTX__ = "hX";
pub const _MSC_VER = 1924;
pub const __UINTPTR_FMTo__ = "llo";
pub const __INT32_MAX__ = 2147483647;
pub const __INTPTR_FMTd__ = "lld";
pub const __INT_LEAST16_TYPE__ = short;
pub const __INTPTR_WIDTH__ = 64;
pub const __INT64_FMTd__ = "lld";
pub const __XSAVE__ = 1;
pub const __INT_FAST32_MAX__ = 2147483647;
pub const __SSE3__ = 1;
pub const __UINT16_MAX__ = 65535;
pub const __INT32_FMTi__ = "i";
pub const __ATOMIC_RELAXED = 0;
pub const __UINT_FAST16_FMTo__ = "ho";
pub const __FLT_HAS_QUIET_NAN__ = 1;
pub const __UINT_LEAST16_FMTx__ = "hx";
pub const __UINT_FAST64_FMTu__ = "llu";
pub const __corei7__ = 1;
pub const _M_AMD64 = 100;
pub const __CLANG_ATOMIC_CHAR16_T_LOCK_FREE = 2;
pub const __SSE2__ = 1;
pub const __INT_LEAST32_TYPE__ = int;
pub const __BIGGEST_ALIGNMENT__ = 16;
pub const __SIZE_MAX__ = @as(c_ulonglong, 18446744073709551615);
pub const __INT_FAST16_TYPE__ = short;
pub const __INT_FAST64_MAX__ = @as(c_longlong, 9223372036854775807);
pub const __UINT64_C_SUFFIX__ = ULL;
pub const __CLANG_ATOMIC_LLONG_LOCK_FREE = 2;
pub const __UINTPTR_MAX__ = @as(c_ulonglong, 18446744073709551615);
pub const __UINT_FAST32_FMTx__ = "x";
pub const __LONG_MAX__ = @as(c_long, 2147483647);
pub const __PTRDIFF_FMTd__ = "lld";
pub const __DBL_MAX__ = 1.7976931348623157e+308;
pub const __LONG_LONG_MAX__ = @as(c_longlong, 9223372036854775807);
pub const __CLANG_ATOMIC_BOOL_LOCK_FREE = 2;
pub const __WCHAR_MAX__ = 65535;
pub const __CHAR_BIT__ = 8;
pub const __ATOMIC_SEQ_CST = 5;
pub const __LDBL_MANT_DIG__ = 53;
pub const __DBL_DECIMAL_DIG__ = 17;
pub const __UINT_LEAST8_FMTx__ = "hhx";
pub const __UINT_FAST8_MAX__ = 255;
pub const __SIZEOF_SIZE_T__ = 8;
pub const __FSGSBASE__ = 1;
pub const __ORDER_BIG_ENDIAN__ = 4321;
pub const __STDC_VERSION__ = @as(c_long, 201112);
pub const __INTPTR_MAX__ = @as(c_longlong, 9223372036854775807);
pub const __INT_LEAST8_FMTd__ = "hhd";
pub const __INTMAX_WIDTH__ = 64;
pub const __F16C__ = 1;
pub const __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 = 1;
pub const __OPENCL_MEMORY_SCOPE_WORK_GROUP = 1;
pub const __CLANG_ATOMIC_SHORT_LOCK_FREE = 2;
pub const __SIZEOF_INT__ = 4;
pub const __UINT32_C_SUFFIX__ = U;
pub const __x86_64__ = 1;
pub const __FLT_MANT_DIG__ = 24;
pub const __LDBL_DENORM_MIN__ = @as(f64, 4.9406564584124654e-324);
pub const __INT_LEAST8_MAX__ = 127;
pub const _WIN64 = 1;
pub const __UINTMAX_FMTo__ = "llo";
pub const __x86_64 = 1;
pub const __SIZE_FMTo__ = "llo";
pub const __SIZEOF_DOUBLE__ = 8;
pub const __CLANG_ATOMIC_LONG_LOCK_FREE = 2;
pub const __INTMAX_MAX__ = @as(c_longlong, 9223372036854775807);
pub const __INT8_FMTd__ = "hhd";
pub const __UINTMAX_WIDTH__ = 64;
pub const __UINT8_MAX__ = 255;
pub const __DBL_MIN__ = 2.2250738585072014e-308;
pub const __PRAGMA_REDEFINE_EXTNAME = 1;
pub const __DBL_HAS_QUIET_NAN__ = 1;
pub const __clang_minor__ = 0;
pub const __SIZEOF_WCHAR_T__ = 2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment