Skip to content

Commit 520c1f6

Browse files
committed
fixup! add missing assignment
1 parent e592d39 commit 520c1f6

File tree

1 file changed

+1
-0
lines changed
  • lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/variant

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/variant/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ int main() {
5252
v_300_types_valueless.emplace<0>(10);
5353

5454
v1 = 12; // v contains int
55+
v1_typedef = v1;
5556
v_v1 = v1;
5657
int i = std::get<int>(v1);
5758
printf("%d\n", i); // break here

0 commit comments

Comments
 (0)