leo/tests/compiler/stdlib/core_circuit_invalid.leo

9 lines
159 B
Plaintext
Raw Normal View History

2021-09-10 15:55:07 +03:00
/*
namespace: Compile
expectation: Fail
*/
import std.unstable.blake2s.BadCircuit; // `BadCircuit` is not included in the blake2s package
function main() {}