blob: c80c821ebd06e2ca360865c1226e835d29eccc37 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/diag10405.d(10): Error: cannot return non-void from void function
---
*/
void main()
{
return 10;
}