Sign in
cos
/
third_party
/
kernel
/
6ff435b8f1fa494c3daba3754053d06740affdee
/
.
/
tools
/
build
/
feature
/
test-libbabeltrace.c
blob: 10bb69d55694c529cb94bb6d1e476bc76b037211 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<babeltrace/ctf-writer/writer.h>
#include
<babeltrace/ctf-ir/stream-class.h>
int
main
(
void
)
{
bt_ctf_stream_class_get_packet_context_type
((
void
*)
0
);
return
0
;
}