(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
live-patching-5.c
       1  /* { dg-do compile } */
       2  /* { dg-require-effective-target lto } */
       3  /* { dg-options "-O2 -flive-patching -flto" } */
       4  
       5  int main()
       6  {
       7    return 0;
       8  }