Add test for Ada abs operator There were no tests in the tree for the Ada abs operator, meaning that ada_abs was never invoked during a test. This patch adds a new basic test for this. Note that operator overloading of 'abs' does seem to be tested. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34042