//fig.1.4: fig01_04.cpp
//printing a line with multiple statements
#include <iostream>

//function main begins program execution
int main()
{
std::cout << "Welcome ";
std::cout << "to C++!\n";

return 0; //indicate that program ended successfully

} // end function main

Dev C++ gives following error

col File message
internal compile c:\documents and settings\user name\Untitled1.cpp {Error} illegal instruction


plz help me whats wrong.ok will post this prob in their forum as well.
Regards