1
0
antlr-compiler/compiler/target/test-classes/examples/operators/and-skip-right

6 lines
70 B
Plaintext
Raw Normal View History

2018-04-05 18:03:37 +00:00
int x(int i) {
println(i);
return i;
}
println(x(0) && x(1));