mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 19:26:43 +01:00
Move basic circuits to circomlib
This commit is contained in:
7
test/circuits/assignsignal.circom
Normal file
7
test/circuits/assignsignal.circom
Normal file
@@ -0,0 +1,7 @@
|
||||
template A() {
|
||||
signal output out;
|
||||
|
||||
out = 3; // This is an error that compile should detect
|
||||
}
|
||||
|
||||
component main = A();
|
||||
Reference in New Issue
Block a user