Tests: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / unit / ust-elf / data / main.c
... / ...
CommitLineData
1// SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2//
3// SPDX-License-Identifier: LGPL-2.1-only
4
5int main()
6{
7 char buf[100];
8
9 return 0;
10}
This page took 0.022072 seconds and 4 git commands to generate.