tr-sign.c

来自「gcc3.2.1源代码」· C语言 代码 · 共 19 行

C
19
字号
/* Copyright (C) 2001 Free Software Foundation, Inc.  *//* { dg-do preprocess { target i?86-*-* } } *//* { dg-options "-traditional" } *//* Tests that traditional numbers are signed, unless otherwise   specified.  This test assumes a 32 bit target.   Neil Booth, 5 Aug 2001.  Inspired by PR 3824.  */#if 0xffffffff >= 0# error	0xffffffff	/* { dg-bogus "0xffffffff" "0xffffffff positive" } */#endif#if 0xffffffffU <= 0# error	0xffffffffU	/* { dg-bogus "0xffffffffU" "0xffffffffU negative" } */#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?