summaryrefslogtreecommitdiff
path: root/tests/basic-types/null.vala
blob: c633e355be8eaab91851ec49dad34fb78ffcaaad (plain)
1
2
3
void main () {
	void* foo = null;
}