Define bit_SSE2 and index_SSE2.
[glibc.git] / stdlib / tst-unsetenv1.c
bloba2a760d2418d8aceef81a61cc639c97e4d707d71
1 #include <stdlib.h>
3 static int
4 do_test (void)
6 clearenv ();
7 unsetenv ("FOO");
8 return 0;
11 #define TEST_FUNCTION do_test ()
12 #include "../test-skeleton.c"