mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-13 06:38:48 +02:00
Differential Revision: https://phabricator.services.mozilla.com/D7045 --HG-- extra : moz-landing-system : lando
6 lines
No EOL
58 B
C++
6 lines
No EOL
58 B
C++
void func() {
|
|
int* f = 0;
|
|
if (f) {
|
|
delete f;
|
|
}
|
|
} |