Move to kernel style SPDX license identifiers
[lttng-ust.git] / tests / unit / ust-elf / data / pic / libhello.c
CommitLineData
c0c0989a
MJ
1/*
2 * SPDX-License-Identifier: LGPL-2.1-only
3 */
4
968f523d
AB
5#include <stdio.h>
6
7void hello()
8{
9 puts("hello, world");
10}
This page took 0.023304 seconds and 4 git commands to generate.