comparison 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
comparison
equal deleted inserted replaced
146:8c09fdaa724e 147:060b6eb16db9
1
2 extern (D):
3
4 void foo()
5 {
6 }
7
8 extern (C):
9
10 void boo()
11 {
12 }