1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail318.d(8): Error: function D main must return int or void
5 ---
6 */
7 
main()8 auto main() { }
9