comparison gcc/testsuite/g++.old-deja/g++.other/loop1.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
22 bool test () 22 bool test ()
23 { 23 {
24 return true; 24 return true;
25 } 25 }
26 26
27 int
27 main () 28 main ()
28 { 29 {
29 f (test); 30 f (test);
30 return (c != d); 31 return (c != d);
31 } 32 }