summaryrefslogtreecommitdiff
path: root/src/tests/edje_cxx/cxx_compile_test.cc
blob: 33390ee66b0b6513bb6fc7455ac9fefa635861d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#include <Edje.h>
#include <Edje.hh>

#include <iostream>

int main()
{
   return 0;
}