regenerate
This commit is contained in:
@@ -13293,20 +13293,18 @@ $as_echo_n "checking for static inline breakage... " >&6; }
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
|
||||
foo1();
|
||||
}
|
||||
|
||||
static inline int foo1() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
static inline int foo2() {
|
||||
return foo1();
|
||||
}
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
foo1();
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user