Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[deliverable/linux.git] / tools / build / feature / test-libbabeltrace.c
CommitLineData
53d0a573
JO
1
2#include <babeltrace/ctf-writer/writer.h>
19a9df35 3#include <babeltrace/ctf-ir/stream-class.h>
53d0a573
JO
4
5int main(void)
6{
7 bt_ctf_stream_class_get_packet_context_type((void *) 0);
8 return 0;
9}
This page took 0.071417 seconds and 5 git commands to generate.