aboutsummaryrefslogtreecommitdiffstats
path: root/test_deliverable/testcases/test_POINTER2.c
blob: a22d524a8443d03124b4624680c78fb0f6c22ad9 (plain)
1
2
3
4
void pointer2(int *a)
{
    *a = 238;
}