summaryrefslogtreecommitdiff
path: root/tests/clock_div.mj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/clock_div.mj')
-rw-r--r--tests/clock_div.mj4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/clock_div.mj b/tests/clock_div.mj
new file mode 100644
index 0000000..ad1e919
--- /dev/null
+++ b/tests/clock_div.mj
@@ -0,0 +1,4 @@
+main() = (o) where
+ o = reg(c);
+ c = not (reg (o))
+end where \ No newline at end of file