leo/tests/compiler/stdlib/core_package_invalid.leo

9 lines
127 B
Plaintext
Raw Normal View History

2021-05-03 16:47:33 +03:00
/*
namespace: Compile
expectation: Fail
*/
2021-09-10 15:55:07 +03:00
import std.bad_circuit; // `bad_circuit` is not a core package
function main() {}