test: cleanup

This commit is contained in:
Michele Caini
2024-10-09 08:30:13 +02:00
parent e1bbbee858
commit 8c6bbda4db

View File

@@ -42,7 +42,6 @@ void fake_member(base &instance, int value) {
struct derived: base {
derived() = default;
: base{} {}
};
struct function {