efl/src/tests/elementary_cxx/cxx_compile_test.cc

15 lines
158 B
C++

#ifdef HAVE_CONFIG_H
# include "config.h"
# include "elementary_config.h"
#endif
#include <Elementary.hh>
#include <iostream>
int main()
{
return 0;
}