Skip to content

Commit 81212f0

Browse files
authored
Add no-crash in test
1 parent 5dc9d55 commit 81212f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Analysis/PR135665.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ overload(F&&...) -> overload<F...>;
1313

1414
int main()
1515
{
16-
const auto l = overload([](const int* i) {});
16+
const auto l = overload([](const int* i) {}); // no-crash
1717

1818
return 0;
1919
}

0 commit comments

Comments
 (0)