1#include "macros.h"
2.text
3.global _start
4_start:
5    TEST_D_D(abs, 1, 0, 0)
6
7    TEST_PASSFAIL
8