dmd/compiler/test/runnable/imports/maker.i

5 lines
91 B
OpenEdge ABL

typedef struct Foo *FooRef;
struct Foo {
int x;
};
FooRef make_foo(void) { return 0; }