fix: relayd: unaligned access in trace_chunk_registry_ht_key_hash
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-cxx-binary / test_class.hpp
CommitLineData
a9c2df2b 1/*
9d16b343 2 * Copyright (C) 2018 Francis Deslauriers <francis.deslauriers@efficios.com>
a9c2df2b 3 *
9d16b343 4 * SPDX-License-Identifier: LGPL-2.1-or-later
a9c2df2b 5 *
a9c2df2b
FD
6 */
7
28f23191 8class test_class {
a9c2df2b 9public:
d027de5b 10 test_class();
a9c2df2b
FD
11 void test_method();
12 volatile int test_member;
13};
This page took 0.047943 seconds and 4 git commands to generate.