Sign in
kunit
/
linux
/
12ad0cb2123aed30241a14792ef5bef9efcccbcd
/
.
/
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
;
}