1f08c3bdfSopenharmony_cifloat *f01(void* p) 2f08c3bdfSopenharmony_ci{ 3f08c3bdfSopenharmony_ci return p; 4f08c3bdfSopenharmony_ci} 5f08c3bdfSopenharmony_ci 6f08c3bdfSopenharmony_ci/* 7f08c3bdfSopenharmony_ci * check-name: fp-vs-ptrcast 8f08c3bdfSopenharmony_ci * check-command: test-linearize -Wno-decl $file 9f08c3bdfSopenharmony_ci * check-output-ignore 10f08c3bdfSopenharmony_ci * 11f08c3bdfSopenharmony_ci * check-output-excludes: fpcast 12f08c3bdfSopenharmony_ci * check-output-contains: ptrcast 13f08c3bdfSopenharmony_ci */ 14