]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gdc.test/runnable/a17.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / runnable / a17.d
index 79eeecfeb146c2045fcf8afa0089f0117f64295c..21f4f38e46d374cc11e1c7a6a665c4cc738a7c3a 100644 (file)
@@ -1,8 +1,14 @@
-// EXTRA_SOURCES: imports/a17a.d
+/*
+EXTRA_SOURCES: imports/a17a.d
+RUN_OUTPUT:
+---
+barx
+---
+*/
 
 module a17;
 
-import std.stdio;
+import core.stdc.stdio;
 
 private import imports.a17a;