]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gdc.test/runnable/test7452.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / runnable / test7452.d
index cc0452907d6d727d4ef6459cd144999505306ba3..de591f39e76698879a7db058af334d70816cf93e 100644 (file)
@@ -1,3 +1,9 @@
+/*
+RUN_OUTPUT:
+---
+Success
+---
+*/
 import core.stdc.stdio : printf;
 
 //------------------------------------------------------------------------------
@@ -71,5 +77,3 @@ int main()
     printf("Success\n");
     return 0;
 }
-
-