// Testing nasty nested comments /* /* testing /* nested /* comments */ */ that span several lines */ // still in multi-line comment */ int main() { int x; /* Testing comments */ int /* one more /* set of comments */ /* here */ and here */ y; }