(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
chkp-privatize-2_1.c
       1  int func1 = 10;
       2  
       3  int
       4  func2 (int i)
       5  {
       6    func1++;
       7    return i + func1;
       8  }