1 /* This test case is the minimal case to replicate the bug reported here: 2 * 3 * https://bugs.freedesktop.org/show_bug.cgi?id=65112 4 * 5 * To trigger the bug, there must be a line-continuation sequence 6 * (backslash newline), then an additional newline character, and 7 * finally another backslash that is not part of a line-continuation 8 * sequence. 9 */ 10 \ 11 12 /* \ */ 13