swig/Examples/test-suite/contract_c.i
Seth R Johnson fb0cddfd2b Add C "contract" test
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.
2022-02-12 19:40:03 -05:00

5 lines
67 B
OpenEdge ABL

%module contract_c;
%include <exception.i>
%include "contract.i"