Skip to content

Commit 70f5880

Browse files
committed
Missing part of c85429d
1 parent f000eb5 commit 70f5880

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rules/builtin/src.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
int f12(long a, long b, long *r) { return __builtin_mul_overflow(a, b, r); }
2+
int f13(long long a, long long b, long long *r) { return __builtin_mul_overflow(a, b, r); }

0 commit comments

Comments
 (0)