#ifndef _TEST_COMPLEX_COPY_H_ #define _TEST_COMPLEX_COPY_H_ void test_complex_copy_fp32(); void test_complex_copy_fp64(); void test_complex_copy(); #endif