# Purpose: see if doconce detects dangerous lines for mako,
# starting with a %, and here it is crucial since the
# running text does need mako


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

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

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