Skip to content

Commit 8b48851

Browse files
committed
Test
1 parent 220ddc3 commit 8b48851

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Zend/Zend.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,9 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
412412
struct Foo {
413413
int bar;
414414
};
415-
void foo(struct Foo *foo) {
415+
int foo(struct Foo *foo) {
416416
__attribute__((assume(foo->bar != 0)));
417+
return foo->bar;
417418
}
418419
]], [[
419420
]])], [

0 commit comments

Comments
 (0)