6 lines
127 B
OpenEdge ABL
6 lines
127 B
OpenEdge ABL
|
|
// %include twice to check include header guards
|
||
|
|
%include "hello.i"
|
||
|
|
%include "hello.i"
|
||
|
|
%import "imports.i"
|
||
|
|
%import "imports.i"
|