#include <iostream> using namespace std; int main() { int someNumber = 30; while() { ; } return 0; }
Standard input is empty
prog.cpp: In function ‘int main()’:
prog.cpp:7:8: error: expected primary-expression before ‘)’ token
while()
^
Standard output is empty