// $HeadUrl$
// $Date$
// $Author$
// @author@ Thomas Kuehne <thomas-dloop@kuehne.cn>
// @date@ 2006-10-11
// @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=426
// @desc@ [Issue 426] New: source files starting with a non-ASCI letter are rejected by dmd
//module dstress.run.ö本_source;
int main(){
return 0;
}