Skip to content

Commit 643a78e

Browse files
committed
More tests
1 parent c2d5cc7 commit 643a78e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/test/SemaCXX/lambda-pack-expansion.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ struct S {
115115
S var(foo<Types>);
116116
foo<Types>;
117117
bar<Values>;
118+
int a = Values;
118119
} &&
119120
...);
120121
};
@@ -125,6 +126,7 @@ struct S {
125126
([] {
126127
Is;
127128
baz<TTPs>;
129+
TTPs<int> D;
128130
} && ...);
129131
};
130132
}

0 commit comments

Comments
 (0)