summaryrefslogtreecommitdiff
path: root/tests/auto/api/testdata/precompiled-header/stable.h
blob: 93ce3cb29c535d637b6f58dbc87ed6807910de61 (plain)
1
2
3
4
5
6
7
8
9
/* Add C includes here */

#if defined __cplusplus
/* Add C++ includes here */

# include <iostream>
# include <algorithm>
#endif