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

              









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

#include <unistd.h>

main(int arg, char **argv)
{
    brk(NULL);
}