tests: Move to kernel style SPDX license identifiers
[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
8#include "test_class.h"
d027de5b
FD
9test_class::test_class() {
10 test_member = 1;
11}
a9c2df2b
FD
12
13void test_class::test_method() {
14 test_member += 1;
15}
This page took 0.025784 seconds and 4 git commands to generate.