diff nocompile/pragma_lib_09.d @ 1601:90bc51a580b7

pragma(lib, ...) is only allowed in declarations as of 1.037.
author Christian Kamm <kamm incasoftware de>
date Sun, 04 Jan 2009 22:42:52 +0100
parents compile/pragma_lib_09.d@e3562def9b09
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/pragma_lib_09.d	Sun Jan 04 22:42:52 2009 +0100
@@ -0,0 +1,9 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.compile.pragma_lib_09;
+
+void test(){
+	pragma(lib, "some.file");
+}
\ No newline at end of file