⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 paste4.c

📁 用于进行gcc测试
💻 C
字号:
/* Copyright (C) 2000 Free Software Foundation, Inc.  *//* { dg-do compile } *//* { dg-options -save-temps } *//* Since 1.0e and + form the pasted token, 1 is a separate token and   so should be output with a preceding space.  The old preprocessor   gets this wrong.  We use -save-temps to avoid direct use of the   integrated preprocessor.  */#define glue(x, y) x ## yint main (){  double d = glue (1.0e, +1); /* { dg-error "exponent|parse error|syntax error|expected" } */  return 0;}/* { dg-final { cleanup-saved-temps } } */

⌨️ 快捷键说明

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