(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
pr57653.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-imacros ${srcdir}/c-c++-common/pr57653.h" } */
       3  
       4  __attribute__((used)) static const char s[] = F;
       5  
       6  /* { dg-final { scan-assembler-not "command-line" } } */