Clean-up: replace erroneous of empty parameter list by void
[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(int argc, char **argv)
14 {
15 sleep(1);
16 return 0;
17 }
This page took 0.028799 seconds and 4 git commands to generate.