pragma circom 2.0.0; template Test() { signal input in; signal output out; out <== in; } component main = Test();