os/ossrv/genericopenlibs/cppstdlib/stl/test/unit/iso646_header_test.c
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/* This test purpose is simply to check Standard header independancy that
sl@0
     2
 * is to say that the header can be included alone without any previous
sl@0
     3
 * include.
sl@0
     4
 * Additionnaly, for C Standard headers that STLport expose, it can also be
sl@0
     5
 * used to check that files included by those headers are compatible with
sl@0
     6
 * pure C compilers.
sl@0
     7
 */
sl@0
     8
#include <iso646.h>