comparison gcc/testsuite/g++.old-deja/g++.robertl/eb83.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
6 int tmp = x; 6 int tmp = x;
7 x = y; 7 x = y;
8 y = tmp; 8 y = tmp;
9 } 9 }
10 10
11 int
11 main() 12 main()
12 { 13 {
13 int i = 5; 14 int i = 5;
14 int j = 7; 15 int j = 7;
15 test_swap(i, j); 16 test_swap(i, j);
17 return 0;
16 } 18 }
17 19
18 /* { dg-final { cleanup-coverage-files } } */ 20 /* { dg-final { cleanup-coverage-files } } */