efl/src/tests/eolian_cxx/complex.c

9 lines
133 B
C
Raw Normal View History

#include <Eo.h>
struct Complex_Data {};
typedef struct Complex_Data Complex_Data;
#include "complex.eo.h"
#include "complex.eo.c"