multiline-2.c

来自「用于进行gcc测试」· C语言 代码 · 共 15 行

C
15
字号
/* Copyright (C) 2000, 2003 Free Software Foundation, Inc.  *//* { dg-do compile } *//* Test that multi-line tokens are rejected by the compiler.  Source:   Neil Booth.  */const char *p = "line 1""";			      /* The compiler front end sees this.  *//* { dg-error "missing term" "multiline strings" { target *-*-* } 8 } *//* { dg-error "missing term" "multiline strings" { target *-*-* } 9 } */

⌨️ 快捷键说明

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