Rename C++ header files to .hpp
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-cxx-binary / test_class.hpp
diff --git a/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.hpp b/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.hpp
new file mode 100644 (file)
index 0000000..aa518e4
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+ * Copyright (C) 2018 Francis Deslauriers <francis.deslauriers@efficios.com>
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
+ */
+
+class test_class
+{
+public:
+       test_class();
+       void test_method();
+       volatile int test_member;
+};
+
+
This page took 0.022975 seconds and 4 git commands to generate.