/* testing /* nested /* comments */ */ that span several lines */ int main() { int x; /* Testing comments */ int /* one more /* set of comments */ here */ y; }