summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/CodeGenCXX/debug-info-line.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/CodeGenCXX/debug-info-line.cpp b/test/CodeGenCXX/debug-info-line.cpp
index cce4a98861..ce05a8d2e9 100644
--- a/test/CodeGenCXX/debug-info-line.cpp
+++ b/test/CodeGenCXX/debug-info-line.cpp
@@ -171,15 +171,16 @@ struct f14 {
};
// CHECK-LABEL: define
-// CHECK-LABEL: define
-// CHECK-LABEL: define
-struct {
+struct f14_use {
// CHECK: call {{.*}}, !dbg [[DBG_F14_CTOR_CALL:![0-9]*]]
#line 1600
f14 v
=
1;
-} f14_inst;
+ f14_use();
+};
+
+f14_use::f14_use() = default;
// CHECK-LABEL: define