Sign in
ara-mdk
/
platform
/
ndk
/
bfa632c0f1d1ccf590aef435c307c48b39446d8f
/
.
/
tests
/
build
/
multiple-static-const
/
jni
/
main.h
blob: f4bf7f6d1c7581972d7e0a01b54b9574122c82ff [
file
] [
log
] [
blame
]
#ifndef
MAIN_H
#define
MAIN_H
class
Foo
{
public
:
static
const
int
CONST_1
;
static
const
double
CONST_2
;
};
#endif
/* MAIN_H */