Sign in
linux
/
linux
/
kernel
/
git
/
gregkh
/
char-misc
/
refs/tags/v6.9
/
.
/
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
;
}