(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
pch/
pch.C
// { dg-options "-save-temps -fpch-preprocess -I." }

#include "pch.H"
int main() 
{
  return 0;
}
// { dg-keep-saved-temps ".s" }