(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
torture/
attr-persistent-1.c
       1  /* { dg-do link } */
       2  /* { dg-do run { target { vma_equals_lma } } } */
       3  /* { dg-require-effective-target persistent } */
       4  /* { dg-skip-if "data LMA != VMA" { msp430-*-* } { "-mlarge" } } */
       5  /* { dg-options "-save-temps" } */
       6  /* { dg-final { scan-assembler ".section\t.persistent,\"aw\"\n" } } */
       7  
       8  /* Test the "persistent" attribute.  */
       9  #include "attr-persistent-main.inc"