* c-common.c (get_priority): Add check for
[official-gcc.git] / 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 } }