We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c01b36 commit c4b7eddCopy full SHA for c4b7edd
1 file changed
tests/undef-pass/j042.c
@@ -1,10 +1,10 @@
1
_Atomic struct s {
2
int x;
3
-} s = { 0 };
+} s;
4
5
_Atomic union u {
6
7
-} u = { 0 };
+} u;
8
9
int main(void) {
10
struct s t = s;
0 commit comments