aboutsummaryrefslogtreecommitdiffstats
path: root/test/kvx/instr/div32.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/kvx/instr/div32.c')
-rw-r--r--test/kvx/instr/div32.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/kvx/instr/div32.c b/test/kvx/instr/div32.c
new file mode 100644
index 00000000..83c3a0e3
--- /dev/null
+++ b/test/kvx/instr/div32.c
@@ -0,0 +1,5 @@
+#include "framework.h"
+
+BEGIN_TEST(int)
+ c = a/b;
+END_TEST32()