Skip to content

Commit a25aa96

Browse files
committed
tset
1 parent d05ebba commit a25aa96

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • c/cert/test/rules/ARR39-C

c/cert/test/rules/ARR39-C/test.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ void f1() {
2727
(void)v1[10 / sizeof(v1)]; // NON_COMPLIANT
2828
v4 += offset; // COMPLIANT
2929
f2(offset, 2);
30-
}
30+
}
31+
32+
33+
////

0 commit comments

Comments
 (0)