diff options
Diffstat (limited to 'Tests/CompileFeatures/cxx_defaulted_functions.cpp')
-rw-r--r-- | Tests/CompileFeatures/cxx_defaulted_functions.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/CompileFeatures/cxx_defaulted_functions.cpp b/Tests/CompileFeatures/cxx_defaulted_functions.cpp index b679a92..3b15adc 100644 --- a/Tests/CompileFeatures/cxx_defaulted_functions.cpp +++ b/Tests/CompileFeatures/cxx_defaulted_functions.cpp @@ -1,5 +1,6 @@ -struct A { +struct A +{ A() = default; }; |