1 // 444 2 main()3 int main() 4 { 5 int nothing( int delegate(ref int) dg ) {return 0;} 6 foreach(int x; ¬hing) 7 return 7; 8 return 0; 9 } 10 11