BuildExecutable: use correct executable extension, build dynamically instead of stati...
[cython.git] / tests / broken / l_capi.pyx
1 cdef api float f(float x):
2     return 0.5 * x * x