File: sample.c

package info (click to toggle)
complexity 1.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,704 kB
  • sloc: sh: 5,111; ansic: 1,936; makefile: 96
file content (23 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
int oneline() { test; }

int continuesameline(a) {
    if (a ? a : 0) continue;
}

int derefloop() {
    int val = a ? *a : 0;

    for (;;)
        return a ? *a : 0;
}

void tst(int z)
{
  f = R(z);
}

void test(int z)
{
  wchar_t * str = L"abcd";
  R(z);
}