view compile/pragma_lib_09.d @ 336:e3562def9b09

added pragama(lib) tests
author thomask
date Sun, 20 Mar 2005 06:33:58 +0000
parents
children
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

module dstress.compile.pragma_lib_09;

void test(){
	pragma(lib, "some.file");
}