fix: relayd: unaligned access in trace_chunk_registry_ht_key_hash
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-cxx-binary / test_class.cpp
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
c9e313bc 8#include "test_class.hpp"
28ab034a
JG
9test_class::test_class()
10{
d027de5b
FD
11 test_member = 1;
12}
a9c2df2b 13
28ab034a
JG
14void test_class::test_method()
15{
a9c2df2b
FD
16 test_member += 1;
17}
This page took 0.04848 seconds and 4 git commands to generate.