Skip to content

Commit c8494ab

Browse files
Format test.cpp
1 parent 8223495 commit c8494ab

File tree

1 file changed

+1
-1
lines changed
  • cpp/common/test/rules/signedintegeroverflowshared

1 file changed

+1
-1
lines changed

cpp/common/test/rules/signedintegeroverflowshared/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#include <limits.h>
21
#include <cstddef>
32
#include <cstdint>
3+
#include <limits.h>
44

55
void test_add_simple(signed int i1, signed int i2) {
66
i1 + i2; // NON_COMPLIANT - not bounds checked

0 commit comments

Comments
 (0)