annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
336
e3562def9b09 added pragama(lib) tests
thomask
parents:
diff changeset
1 // $HeadURL$
e3562def9b09 added pragama(lib) tests
thomask
parents:
diff changeset
2 // $Date$
e3562def9b09 added pragama(lib) tests
thomask
parents:
diff changeset
3 // $Author$
e3562def9b09 added pragama(lib) tests
thomask
parents:
diff changeset
4
e3562def9b09 added pragama(lib) tests
thomask
parents:
diff changeset
5 module dstress.compile.pragma_lib_09;
e3562def9b09 added pragama(lib) tests
thomask
parents:
diff changeset
6
e3562def9b09 added pragama(lib) tests
thomask
parents:
diff changeset
7 void test(){
e3562def9b09 added pragama(lib) tests
thomask
parents:
diff changeset
8 pragma(lib, "some.file");
e3562def9b09 added pragama(lib) tests
thomask
parents:
diff changeset
9 }