efl/src/tests/eolian/data/import_types.eot

5 lines
63 B
Plaintext

type Imported: int;
struct Imported_Struct {
foo: float;
}