cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / tests / data / plugins / flt.lttng-utils.debug-info / main.c
CommitLineData
2ca134ef 1/*
0235b0db 2 * SPDX-License-Identifier: MIT
2ca134ef 3 *
0235b0db 4 * Copyright (C) 2017 Julien Desfossez <jdesfossez@efficios.com>
2ca134ef
JD
5 */
6
7#include <stdio.h>
8#include "libhello.h"
9#include "tp.h"
10
11int main()
12{
13 foo();
14 bar();
15 baz();
16 return 0;
17}
This page took 0.07455 seconds and 5 git commands to generate.