aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug097/getrand.c
blob: f0d7cd8859e63abcef62171748a0936a188fcd7b (plain)
1
2
3
4
5
6
7
#include <stdlib.h>

int
get_rand (void)
{
  return rand();
}