view compile/extern_01.d @ 358:8a2ff09d62cb

dif. fixes 1
author thomask
date Fri, 25 Mar 2005 05:14:59 +0000
parents 1ed6616fe905
children
line wrap: on
line source

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

module dstress.compile.extern_01;

extern (C) int test(char c);

int check(){
	return test('a');
}