diff tests/parser/extern_1.d @ 147:060b6eb16db9

Parsing for-loops to some extend.
author Anders Johnsen <skabet@gmail.com>
date Mon, 21 Jul 2008 19:17:56 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/parser/extern_1.d	Mon Jul 21 19:17:56 2008 +0200
@@ -0,0 +1,12 @@
+
+extern (D):
+
+void foo()
+{
+}
+
+extern (C):
+
+void boo()
+{
+}