separate-1.c
来自「用于进行gcc测试」· C语言 代码 · 共 18 行
C
18 行
/* Copyright 2003 Free Software Foundation. *//* { dg-do compile } *//* { dg-options "-save-temps" } *//* Make sure we report errors in the right line, even if separate preprocessing is used. */#define FOO()int FOO( /* { dg-error "parse error|syntax error|expected" "error on this line" } */ ), bar;int baz FOO /* { dg-error "parse error|syntax error|expected" "error on this line" } */;/* { dg-final { cleanup-saved-temps } } */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?