view compile/extern_08.d @ 309:174de95adb17

extern(C++) is now documented
author thomask
date Wed, 16 Mar 2005 10:33:13 +0000
parents nocompile/extern_05.d@7ab833470839
children
line wrap: on
line source

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

module dstress.compile.extern_05;

extern (C++) int test(char c);

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