Revert "Roll NDK to r11c and extract it into its own repository."
[android_tools.git] / ndk / tests / device / test-stlport / unit / iostream_header_test.cpp
blob51e6df6355eaf65bf4ccd96c684211d5e61bf426
1 /* This test purpose is simply to check Standard header independancy that
2 * is to say that the header can be included alone without any previous
3 * include.
4 * Additionnaly, for C Standard headers that STLport expose, it can also be
5 * used to check that files included by those headers are compatible with
6 * pure C compilers.
7 */
8 #if !defined (_STLP_NO_IOSTREAMS)
9 # include <iostream>
10 #endif