android_mt6572_jiabo/ndk/tests/build/multiple-static-const/jni/main.h
2025-09-05 16:56:03 +08:00

10 lines
135 B
C++

#ifndef MAIN_H
#define MAIN_H
class Foo {
public:
static const int CONST_1;
static const double CONST_2;
};
#endif /* MAIN_H */