mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 21:00:42 +02:00
Differential Revision: https://phabricator.services.mozilla.com/D26095 --HG-- extra : moz-landing-system : lando
5 lines
No EOL
85 B
C++
5 lines
No EOL
85 B
C++
#ifndef FOO
|
|
#ifdef FOO // inner ifdef is considered redundant
|
|
void f();
|
|
#endif
|
|
#endif |