]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/fail_compilation/fail185.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail185.d
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail185.d(10): Error: static assert: "An error message
5 that spans multiple lines, and also contains such characters as a tab,
6 \ and "."
7 ---
8 */
9
10 static assert (false,
11 "An error message
12 \tthat spans multiple lines, and also contains such characters as a tab,
13 \\ and \".");