aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/testcases/test_EMPTY.c
blob: e37e8ebc093bfb3037195d32503602eb6b397d04 (plain)
1
2
3
4
5
6
7
void empty(int *a)
{
    ;;;;;;;;;;;;;;;;;;;;;;;
    *a = 13;
    ;;;;;;;;;;;;;;;;;;;;;;;
    return;
}