view compile/extern_08.d @ 1614:709f6451b315

Fix outdated test case pointed out by Don Clugston.
author Christian Kamm <kamm incasoftware de>
date Mon, 25 May 2009 20:07:04 +0200
parents 174de95adb17
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');
}