/* Fourth test case with numbers */ int main(int argc) { int x, y; float z; x=215Lu; y=0xFeeL; z=04439.0E12; ++X; }