efl/src/tests/evas_cxx/cxx_compile_test.cc

15 lines
138 B
C++

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