
The original commit was reverted in 58c305f466d1f78adb10e7295b9bc9fc192a6e09 due to broken bots. This commit corrects the triple and command line paths.
11 lines
85 B
C++
11 lines
85 B
C++
#ifndef FOO
|
|
#define FOO
|
|
|
|
class Foo {
|
|
public:
|
|
void step(int v);
|
|
Foo();
|
|
};
|
|
|
|
#endif
|