forked from mirrors/gecko-dev
Reformatting this directory can break some of the tests here. Differential Revision: https://phabricator.services.mozilla.com/D13518
6 lines
No EOL
52 B
C++
6 lines
No EOL
52 B
C++
struct S {
|
|
void f(int x);
|
|
};
|
|
|
|
void S::f(int y) {
|
|
} |