summaryrefslogtreecommitdiff
path: root/tp1/test/clock_div.mj
blob: ad1e9190b3ed9a2ee5895208721344ec9a4259e4 (plain) (blame)
1
2
3
4
main() = (o) where
  o = reg(c);
  c = not (reg (o))
end where