efl/src/tests/eolian/data/import_types_ref.h

18 lines
244 B
C
Raw Permalink Normal View History

2017-11-10 10:42:43 -08:00
#ifndef _EOLIAN_IMPORT_TYPES_EOT_H_
#define _EOLIAN_IMPORT_TYPES_EOT_H_
2015-05-20 00:34:58 -07:00
#ifndef _IMPORT_TYPES_EOT_TYPES
#define _IMPORT_TYPES_EOT_TYPES
typedef int Imported;
typedef struct _Imported_Struct
{
float foo;
} Imported_Struct;
#endif
#endif