aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/pch/pch.C
blob: 08de37ecc921d4aa040e687884aeb1d377453efa (plain)
1
2
3
4
5
6
7
8
9
// { dg-options "-save-temps -fpch-preprocess -I." }

#include "pch.H"
int main() 
{
  return 0;
}

// { dg-final { cleanup-saved-temps } }