Skip to content
Snippets Groups Projects
Commit 6e574503 authored by Erwan Jahier's avatar Erwan Jahier
Browse files

Add a test file.

parent d7905aff
No related branches found
No related tags found
No related merge requests found
node clock(a: bool; b: bool) returns (c: bool when a);
-- var
-- z: bool;
let
c = if a when a then (b when a) else (not b when a);
tel
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment