OSDN Git Service

Pizza-lize :-)
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / pch / pch.C
1 // { dg-options "-save-temps -fpch-preprocess -I." }
2
3 #include "pch.H"
4 int main() 
5 {
6   return 0;
7 }
8
9 // { dg-final { cleanup-saved-temps ".s" } }