comparison gcc/testsuite/g++.old-deja/g++.mike/eh1.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 catch (Exception v) { 22 catch (Exception v) {
23 i = v.v; 23 i = v.v;
24 } 24 }
25 } 25 }
26 26
27 int
27 main (int argc, const char *argv[]) 28 main (int argc, const char *argv[])
28 { 29 {
29 if (argc != 2) 30 if (argc != 2)
30 { 31 {
31 printf ("usage: a.out <num>\n"); 32 printf ("usage: a.out <num>\n");