o
    hn                     @   sD   d dl mZ d dlmZ d dlmZ d dlmZ edZdd Z	dS )	    )Symbol)Type)using)cxxcodexc                  C   s>   t d} t| }t|dksJ t| d}t|dksJ d S )Nzstd::vectorzusing std::vectorveczusing vec = std::vector)r   r   r   )vu1u2 r   W/var/www/html/ai/venv/lib/python3.10/site-packages/sympy/codegen/tests/test_cxxnodes.py
test_using   s
   
r   N)
sympy.core.symbolr   sympy.codegen.astr   sympy.codegen.cxxnodesr   sympy.printing.codeprinterr   r   r   r   r   r   r   <module>   s    