mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 04:09:03 +02:00
2 lines
40 B
C++
2 lines
40 B
C++
bool a1 = false;
|
|
bool aa = false == a1;
|