Move to kernel style SPDX license identifiers
[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.053884 seconds and 4 git commands to generate.