mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-17 23:02:47 +03:00
14 lines
129 B
Plaintext
14 lines
129 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
*/
|
|
|
|
struct Bar {
|
|
x: u32,
|
|
x: u32,
|
|
}
|
|
|
|
function main() -> bool {
|
|
return true;
|
|
}
|