view compile/extern_01.d @ 4:1ed6616fe905

extended array tests
author thomask
date Sun, 26 Sep 2004 15:54:31 +0000
parents
children 8a2ff09d62cb
line wrap: on
line source

extern (C) int test(char c);

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