tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / baddr-statedump / prog.c
CommitLineData
9d16b343
MJ
1/*
2 * Copyright (C) 2015 Antoine Busque <abusque@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
d4f53cc3
AB
8#include <unistd.h>
9
10#define TRACEPOINT_DEFINE
11#include "tp.h"
12
13int main()
14{
15 sleep(1);
16 return 0;
17}
This page took 0.040321 seconds and 5 git commands to generate.