comparison test/nested11.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 5825d48b27d1
children
comparison
equal deleted inserted replaced
272:94ef6d63f7bb 273:25fa34e899e9
1 module nested11; 1 module nested11;
2
3 extern(C) int printf(char*, ...);
2 4
3 void main() 5 void main()
4 { 6 {
5 int i; 7 int i;
6 8