//test comment int main(){ int a; a = 5; //int b = 4; //a = b + a; return a; }