tests: Implement tests for lttng-ust LTTNG_UST_BLOCKING_RETRY_TIMEOUT
[lttng-tools.git] / tests / regression / ust / baddr-statedump / prog.c
CommitLineData
d4f53cc3
AB
1#include <unistd.h>
2
3#define TRACEPOINT_DEFINE
4#include "tp.h"
5
6int main()
7{
8 sleep(1);
9 return 0;
10}
This page took 0.025955 seconds and 4 git commands to generate.