S390: Move utf8-utf32-z9.c to multiarch folder and use s390_libc_ifunc_expr macro.
[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"