#ifdef HAVE_CONFIG_H # include "config.h" #endif #include #include #include int main() { std::cout << "Edje C++ headers compile"; return 0; }