No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / pch / pch.C
blob08de37ecc921d4aa040e687884aeb1d377453efa
1 // { dg-options "-save-temps -fpch-preprocess -I." }
3 #include "pch.H"
4 int main() 
6   return 0;
9 // { dg-final { cleanup-saved-temps } }