efl/src/tests/edje_cxx/cxx_compile_test.cc

14 lines
137 B
C++

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