diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compile/extern_08.d	Wed Mar 16 10:33:13 2005 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.compile.extern_05;
+
+extern (C++) int test(char c);
+
+int check(){
+	return test('a');
+}