mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
6 lines
103 B
Plaintext
6 lines
103 B
Plaintext
namespace Test(16);
|
|
col fixed some = [0, 1]*;
|
|
col witness x;
|
|
col witness y;
|
|
x * y = 1;
|