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 ecb0edd commit 04f25baCopy full SHA for 04f25ba
clang/test/C/C23/n3006.c
@@ -83,7 +83,7 @@ void constexpr_complience_test(void) {
83
void builtin_functions_test(void) {
84
constexpr typeof(struct s *) x = 0;
85
auto so = sizeof(struct S {});
86
- auto to = typeof(struct S {}); // expected-error {{expected expression}}
+ auto to = (typeof(struct S {})){};
87
}
88
89
void misc_test(void) {
0 commit comments