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 */