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