export pet_expr_new_cast
[pet.git] / tests / float2.c
blobef1ff7c8fee8ee190d1a640b46f4eb0679f82b82
1 float foo(float a, float b)
3 float c;
5 #pragma scop
6 c = a / b;
7 #pragma endscop
8 return c;