]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gdc.test/fail_compilation/fail4269e.d
d: Synchronize testsuite with upstream dmd
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail4269e.d
index d7b2f23308be3e22f79a2e13a3f446044f16536f..c63bfac4271725710132d5b9c4557ea7a2defe8b 100644 (file)
@@ -1,3 +1,10 @@
+/*
+TEST_OUTPUT:
+---
+fail_compilation/fail4269e.d(10): Error: semicolon expected, not `X5`
+fail_compilation/fail4269e.d(10): Error: no identifier for declarator `X5`
+---
+*/
 
 static if(is(typeof(X5.init))) {}
 typedef Y X5;