leo/compiler/tests/char/circuit.leo

7 lines
79 B
Plaintext

circuit Foo {
a: char;
}
function main() {
const f = Foo { a: 'a' };
}