aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/tricore/test_abs.S
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcg/tricore/test_abs.S')
-rw-r--r--tests/tcg/tricore/test_abs.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/tcg/tricore/test_abs.S b/tests/tcg/tricore/test_abs.S
new file mode 100644
index 0000000..e422401
--- /dev/null
+++ b/tests/tcg/tricore/test_abs.S
@@ -0,0 +1,7 @@
+#include "macros.h"
+.text
+.global _start
+_start:
+ TEST_D_D(abs, 1, 0, 0)
+
+ TEST_PASSFAIL