Rename C++ header files to .hpp
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-cxx-binary / test_class.hpp
... / ...
CommitLineData
1/*
2 * Copyright (C) 2018 Francis Deslauriers <francis.deslauriers@efficios.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-or-later
5 *
6 */
7
8class test_class
9{
10public:
11 test_class();
12 void test_method();
13 volatile int test_member;
14};
15
16
This page took 0.026178 seconds and 4 git commands to generate.