Skip to content

Commit 86078e8

Browse files
committed
more tests
1 parent 9977314 commit 86078e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaCXX/builtin-structured-binding-size.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
struct S0 {};
66
struct S1 {int a;};
7-
struct S2 {int a; int b;};
7+
struct S2 {int a; int b; static int c;};
88
struct S3 {double a; int b; int c;};
99
struct S4 {int a: 1; int b :2;};
1010
struct S5 {int : 1; int b :2;};

0 commit comments

Comments
 (0)