# Purpose: correct mako_test3.do.txt such that we
# can use mako and have lines starting with %
# (i.e., the lines must manually be edited to
# start with %%)


!bc
/* Here is some SWIG code code */
%module MyMod
%{
...
%}

%init %{
import_array();
%}
!ec


And more code:
!bc
% Matlab comment only
...
!ec
