summaryrefslogblamecommitdiff
path: root/test/crypt.c
blob: ce86f96f5c3fd1930a2e480f04b5b7a6cf0f0099 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                     
/*
 * Items: crypt(
 * Standardized-By: SuS
 * Not-Detected-by: gcc-4.4.3 + Linux
 */

#include <unistd.h>

main(int arg, char **argv)
{
    (void)crypt("foo", "salt");
}