mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-02 09:18:36 +02:00
3 lines
66 B
C++
3 lines
66 B
C++
int TestSimpleEquivalent(int X, int Y) {
|
|
if (X - X) return 1;
|
|
}
|