efl/src/tests/eolian/data/struct_ref_stub.c

14 lines
185 B
C

#ifndef _TYPES_OUTPUT_C_STUBS
#define _TYPES_OUTPUT_C_STUBS
typedef Eo Struct;
typedef struct _Named Named;
typedef struct _Another Another;
typedef struct _Opaque Opaque;
#endif