aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr/modui32.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/instr/modui32.c')
-rw-r--r--test/mppa/instr/modui32.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/mppa/instr/modui32.c b/test/mppa/instr/modui32.c
new file mode 100644
index 00000000..a39034a8
--- /dev/null
+++ b/test/mppa/instr/modui32.c
@@ -0,0 +1,7 @@
+#include "framework.h"
+
+BEGIN_TEST(unsigned int)
+{
+ c = a%b;
+}
+END_TEST32()