comparison tests/parser/null_1.d @ 194:08f68d684047

Rename some files. Hopefully we can get a more iterative sema pass, that's a lot easier to "get startet with". Also added support for alias.
author Anders Johnsen <skabet@gmail.com>
date Tue, 29 Jul 2008 13:54:44 +0200
parents
children
comparison
equal deleted inserted replaced
193:658178183018 194:08f68d684047
1
2 int main()
3 {
4 int* i = null;
5
6 return 0;
7 }