comparison test/nested10.d @ 273:25fa34e899e9 trunk

[svn r294] Fixed some more of the old tests.
author lindquist
date Wed, 18 Jun 2008 23:29:14 +0200
parents 8096ba7082db
children
comparison
equal deleted inserted replaced
272:94ef6d63f7bb 273:25fa34e899e9
1 module nested10; 1 module nested10;
2
3 extern(C) int printf(char*, ...);
2 4
3 void main() 5 void main()
4 { 6 {
5 int j = 3; 7 int j = 3;
6 void F() 8 void F()