We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e1bb1 commit fa59564Copy full SHA for fa59564
tests/codegen/zerolengtharray_gh1611.d
@@ -16,7 +16,7 @@ struct uint_0_uint
16
17
// No tests for codegen with e.g. uint_0_uint yet, because codegen could be much improved.
18
// I think codegen should be the same as for
19
-// struct uint_bool
+// struct uint_uint
20
// {
21
// uint a = 111;
22
// uint c = 333;
@@ -30,8 +30,8 @@ auto fooA0()
30
// CHECK: {{ ret }}
31
}
32
33
-// CHECK-LABEL: define{{.*}}foo_uint_0_bool
34
-auto foo_uint_0_bool()
+// CHECK-LABEL: define{{.*}}foo_uint_0_uint
+auto foo_uint_0_uint()
35
{
36
return uint_0_uint();
37
// Intentionally a regexp to not match "sret"
0 commit comments