Skip to content

Commit 9888fe5

Browse files
committed
Change main -> test
1 parent 102c02d commit 9888fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/fail_compilation/issue22147.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ struct T
1010
{
1111
}
1212

13-
void main()
13+
void test()
1414
{
1515
auto result = 10 / T(); // int / T requires opBinaryRight on T
1616
}

0 commit comments

Comments
 (0)