PR tree-optimization/67955
[official-gcc.git] / gcc / testsuite / g++.dg / pch / pch.C
blob74d302eb54ebd20a21cc9d72d28548d9518a2826
1 // { dg-options "-save-temps -fpch-preprocess -I." }
3 #include "pch.H"
4 int main() 
6   return 0;
8 // { dg-keep-saved-temps ".s" }