Fix: event field value: assertion fails on empty string
[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(void)
14 {
15 sleep(1);
16 return 0;
17 }
This page took 0.029912 seconds and 4 git commands to generate.