1 class A0 { A0(int); };
2 
3 #define TO_FLOAT_PTR(x) ((float *)(x))
4