Sign in
kunit
/
linux
/
17fcbd590d0c3e35bd9646e2215f86586378bc42
/
.
/
tools
/
build
/
feature
/
test-libbabeltrace.c
blob: 9cf802a04885cb9addac2cea7783252de04fa03f [
file
] [
log
] [
blame
]
#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
;
}