Tests that the `%contract` code (viz., each target language's implementation of SWIG_contract_assert) compiles in C as expected. Update the note in the source code since `%contract` is in the official documentation.
5 lines
67 B
OpenEdge ABL
5 lines
67 B
OpenEdge ABL
%module contract_c;
|
|
|
|
%include <exception.i>
|
|
|
|
%include "contract.i"
|