playground/instrument/target/include/A.h

8 lines
94 B
C
Raw Normal View History

2024-10-10 19:43:42 -04:00
#pragma once
#include <string>
class A {
public:
void method(const std::string& msg);
};