mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 04:09:03 +02:00
4 lines
59 B
C++
4 lines
59 B
C++
class Foo {
|
|
int f;
|
|
void a_f(double val) { f = val;}
|
|
};
|