summaryrefslogtreecommitdiff
path: root/support/regression/tests/gcc-torture-execute-inst-check.c
blob: d22ababde7bba8224d9bacf757d61d86ffaaa15a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
inst-check.c from the execute part of the gcc torture tests.
*/

#include <testfwk.h>

#include <stdarg.h>

#if 0 // TODO: EMable when SDCC supports K&R-style
f(m)
{
  int i,s=0;
  for(i=0;i<m;i++)
    s+=i;
  return s;
}
#endif

void
testTortureExecute (void)
{
  return;
}