test: avoid short names

This commit is contained in:
Michele Caini
2024-10-08 17:06:24 +02:00
parent 30b685411b
commit 2cd0ef323d

View File

@@ -13,8 +13,8 @@
#include "../../common/non_comparable.h"
struct clazz {
void member(int i) {
value = i;
void member(int iv) {
value = iv;
}
static char func() {