cmdlne-dm-m.c
来自「Mac OS X 10.4.9 for x86 Source Code gcc」· C语言 代码 · 共 16 行
C
16 行
/* Copyright (C) 2002, 2003 Free Software Foundation, Inc. *//* { dg-do preprocess } *//* { dg-options "-dM -M" } *//* Test -dM -M does not fail. It should print both the #define lines and a Makefile rule with dependencies. */#define foo bar#define funlike(like) fun likeint variable;/* { dg-final { scan-file cmdlne-dM-M.i "(^|\\n)#define foo bar($|\\n)" } } { dg-final { scan-file-not cmdlne-dM-M.i "variable" } } { dg-final { scan-file cmdlne-dM-M.i "(^|\\n)cmdlne-dM-M\[^\\n\]*:\[^\\n\]*cmdlne-dM-M.c" { xfail *-*-* } } } */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?