Tests: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / unit / ust-elf / data / pic / hello.c
CommitLineData
89a8858d
MJ
1// SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2//
3// SPDX-License-Identifier: LGPL-2.1-only
c0c0989a 4
968f523d
AB
5#include <stdio.h>
6
7int main()
8{
9 puts("hello, world");
10
11 return 0;
12}
This page took 0.028773 seconds and 4 git commands to generate.