mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-21 09:11:39 +03:00
20 lines
210 B
Plaintext
20 lines
210 B
Plaintext
/*
|
|
namespace: Parse
|
|
expectation: Fail
|
|
*/
|
|
|
|
circuit A {
|
|
function a() {}
|
|
const function z() {}
|
|
|
|
foo: u8,
|
|
|
|
static const BAR: u8 = 0u8;
|
|
}
|
|
|
|
circuit B {
|
|
foo: u8,
|
|
|
|
static const BAR: u8 = 0u8;
|
|
}
|