test: cleanup
This commit is contained in:
@@ -41,7 +41,7 @@ void fake_member(base &instance, int value) {
|
||||
}
|
||||
|
||||
struct derived: base {
|
||||
derived()
|
||||
derived() = default;
|
||||
: base{} {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user