mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 12:51:09 +02:00
Differential Revision: https://phabricator.services.mozilla.com/D31229 --HG-- extra : moz-landing-system : lando
4 lines
No EOL
58 B
C++
4 lines
No EOL
58 B
C++
class Foo {
|
|
int f;
|
|
void a_f(double val) { f = val;}
|
|
}; |