diff options
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.oliva/expr2.C | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.oliva/expr2.C b/gcc/testsuite/g++.old-deja/g++.oliva/expr2.C index de5e374..0e25040 100644 --- a/gcc/testsuite/g++.old-deja/g++.oliva/expr2.C +++ b/gcc/testsuite/g++.old-deja/g++.oliva/expr2.C @@ -2,6 +2,8 @@ // by Alexandre Oliva <aoliva@cygnus.com> +// execution test - XFAIL *-*-* + int i, j; const int &f(const int& I, const int& J) { |