efl/src/tests/ecore_cxx/cxx_compile_test.cc

13 lines
120 B
C++

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