summaryrefslogtreecommitdiff
path: root/support/regression/tests/gcc-torture-execute-20011128-1.c
blob: e42a945aa138c52162a3a13997cdd5759436b95a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
   20011128-1.c from the execute part of the gcc torture tests.
 */

#include <testfwk.h>

#ifdef __SDCC
#pragma std_c99
#endif

void
testTortureExecute (void)
{
  char blah[33] = "01234567890123456789";
  return;
}