+
    ei[  c                   s   ^ RI t ^ RIt^ RIHt ^RIHt ]P                  P                  ] P                  ! 4       R8H  RR7      ]P                  P                  ]'       * RR7       ! R R	]P                  4      4       4       t
]P                  P                  ] P                  ! 4       R8H  RR7      ]P                  P                  ]'       * RR7      ]P                  P                   ! R
 R]P                  4      4       4       4       tR# )i    N)IS_64BIT)utilZDarwinzVProne to error when run with numpy/f2py/tests on mac os, but not when run in isolation)Zreasonz32-bit builds are buggyc                   s@   a  ] tR t^
t o RtRtR] R] R2tR tRtV t	R# )	TestMultiline.pyfZ	multiline
python module z
    usercode '''
void foo(int* x) {
    char dummy = ';';
    *x = 42;
}
'''
    interface
        subroutine foo(x)
            intent(c) foo
            integer intent(out) :: x
        end subroutine foo
    end interface
end python module 
    c                    R # N Zself   &L/usr/lib64/python3.14/site-packages/numpy/f2py/tests/test_semicolon_split.pytest_multilineZTestMultiline.test_multiline&           r   N)
__name__
__module____qualname____firstlineno__suffixmodule_namecoder   __static_attributes____classdictcell__Z__classdict__   @r   r   r   
   s=      FKm  -  D"' 'r   r   c                   s@   a  ] tR t^*t o RtRtR] R] R2tR tRtV t	R# )	TestCallstatementr   Zcallstatementr   aN  
    usercode '''
void foo(int* x) {
}
'''
    interface
        subroutine foo(x)
            intent(c) foo
            integer intent(out) :: x
            callprotoargument int*
            callstatement { &
                ; &
                x = 42; &
            }
        end subroutine foo
    end interface
end python module r   c                r   r   r   r	   r
   r   test_callstatementZ$TestCallstatement.test_callstatementJ   r   r   r   N)
r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   *   s=      F!Km   -  #D(' 'r   r   )ZplatformZpytestZnumpy.testingr    Z r   ZmarkZskipifZsystemZF2PyTestr   Zslowr   r   r   r   <module>r      s      "  OO!$  
 L2  'DMM ''0 OO!$  
 L2   ' ' 'r   