view addon/import_01_dummy.d @ 1521:2ab1093d9008

fixed -fPIC issue
author thomask
date Fri, 27 Apr 2007 17:24:40 +0000
parents ba4a13eb7774
children
line wrap: on
line source

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

byte test(byte b){
	return b+1;
}