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