diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/overload.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/overload.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.cp/overload.exp b/gdb/testsuite/gdb.cp/overload.exp index 25aeb07..05ca315 100644 --- a/gdb/testsuite/gdb.cp/overload.exp +++ b/gdb/testsuite/gdb.cp/overload.exp @@ -266,6 +266,11 @@ gdb_test "print foo_instance1.overload1arg(&arg14)" \ "\\$\[0-9\]+ = 14" \ "print call overloaded func char\\* arg" +gdb_test "print bar(a)" "= 11" +gdb_test "print bar(b)" "= 22" +gdb_test "print bar(c)" "= 22" +gdb_test "print bar(d)" "= 22" + # --- # List overloaded functions. |