Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
2f4f64cdfb599fa1369560865af3e52250416e15
/
.
/
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
;
}